On Wed, 14 Apr 2021 07:13:50 GMT, Per Liden <pli...@openjdk.org> wrote:
> JDK-8240679 introduced a change where the information exposed via the > GarbageCollectorMXBean went from being related to the GC pauses to instead be > related to the GC cycles. This helped provide more accurate heap usage > information. However, some users have noticed that that you no longer get > timing information related to the GC pauses, only related to the GC cycle. > > Shenandoah has opted for having two distinct memory managers to provide > timing information about both pauses and cycles. To align how concurent GCs > report this information, ZGC should probably do the same. > > Testing: > * Tier1-7 with ZGC > * Manual testing with relevant jtreg tests Hi Per, It looks good to me. Thanks, Serguei ------------- Marked as reviewed by sspitsyn (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/3483