mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-17 18:30:27 +00:00
Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett. Reviewed-by: brutisso