-
Enhancement
-
Resolution: Unresolved
-
P4
-
17
It would be interesting during G1 Full GC to get a summary about the work that has been done at region level.
E.g. how many regions were compacted, how many were not compacted (because pinned, too full, ...), and how many were completely skipped.
Particularly after recent changes inJDK-8262068 where regions are not compacted because they are too full this can be interesting (i.e. how much space do we actually waste?)
E.g. how many regions were compacted, how many were not compacted (because pinned, too full, ...), and how many were completely skipped.
Particularly after recent changes in
- relates to
-
JDK-8262068 Improve G1 Full GC by skipping compaction for regions with high survival ratio
- Resolved