RFR: 8221146: ZGC: Reports too much relocated
Stefan Karlsson
stefan.karlsson at oracle.com
Wed Mar 20 08:08:00 UTC 2019
Hi all,
Please review this patch to fix the print outs of how much memory is
about to be relocated.
http://cr.openjdk.java.net/~stefank/8221146/webrev.01/
https://bugs.openjdk.java.net/browse/JDK-8221146
Previously, we reported the size of all objects in all pages within the
fragmentation limit. This patch fixes this, so that we only use the
actually selected pages when determining the size.
Thanks,
StefanK
More information about the hotspot-gc-dev
mailing list