JDK-8233438 : Use zero_filled optimization for young gen regions when committing young regions
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-11-03
  • Updated: 2019-11-05
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
Blocks :  
Description
With JDK-8226731 the young regions can be initialized as "dirty" (= value 0), as with that change the "young_card" value is not required any more.

I.e. when committing regions, on the on_commit handler for the card table should not do anything for young regions.

This (i.e. doing nothing in this case) improves startup  time.