On Thu, 15 Apr 2021 04:20:28 GMT, Serguei Spitsyn <sspit...@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 Thanks for reviewing @sspitsyn and @albertnetymk! ------------- PR: https://git.openjdk.java.net/jdk/pull/3483