JDK-8364212 : Shenandoah: Rework archived objects loading
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 25,26
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2025-07-28
  • Updated: 2025-07-28
Related Reports
Blocks :  
Relates :  
Description
As continuation of JDK-8293650, we would want to avoid allocating CDS archives as humongous regions and then flipping them back to regular state. This already complicates the region accounting significantly, and was a source a few bugs. We can rework the CDS archive load to cleanly ask collector for a contiguous set of regular regions.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/26510 Date: 2025-07-28 15:36:22 +0000
28-07-2025