JDK-8367549 : G1: Investigate impact of G1ReviseYoungLengthTask
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-09-12
  • Updated: 2025-09-15
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
With JDK-8340827 only code root sets need to be revised - remembered set cards are estimated using young card estimators (the young gen remset is maintained on the card table and we do not know much about it often).

See if the code root sets actually have an impact, and remove if not really - they add some code after all.

Conversely, maybe try out sampling of the card table to get better estimates about the number of cards into the collection set?