JDK-8368083 : G1: Code root set allocation shows up during startup
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-09-19
  • Updated: 2025-09-19
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
During startup we allocate all G1HeapRegion instances, sometimes in profiles of startup it shows up in profiles, with code root set allocation/initialization showing up.

Maybe it is sufficient to initialize code roots only while registering the first code root to make this cost disappear from startup.