JDK-8040978 : Investigate fast-path for scanning objects during marking and refinement
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-04-18
  • Updated: 2025-08-22
  • Resolved: 2025-08-22
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
tbdResolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
In JDK-8027761 some check has been added that does not scan objects for references that clearly do not have any.

Look if the same idea can be applied to marking or refinement.

Split this CR as required.
Comments
Actually this is necessary so that eager reclaim for humongous objects works (in our implementation).
22-08-2025