JDK-8357188 : Remove the field MemAllocator::Allocation::_overhead_limit_exceeded and the related code
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P5
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-05-18
  • Updated: 2025-05-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
After JDK-8338977, the field `MemAllocator::Allocation::_overhead_limit_exceeded` and the parameter `gc_overhead_limit_was_exceeded` of the method `CollectedHeap::mem_allocate` are not used by any GC. So they can be removed.