JDK-8369093 : G1: Initialize second card table lazily
Type:Enhancement
Component:hotspot
Sub-Component:gc
Priority:P4
Status:Open
Resolution:Unresolved
Submitted:2025-10-03
Updated:2025-10-03
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.
Currently g1 initializes both card tables at startup. However the second card table is only necessary during the first refinement or gc, so it can be initialized lazily to improve startup.