On Fri, 22 Jul 2022 00:03:26 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
>> test/jdk/sun/tools/jstatd/JstatGCUtilParser.java line 48: >> >>> 46: S0(GcStatisticsType.PERCENTAGE_OR_DASH), >>> 47: S1(GcStatisticsType.PERCENTAGE_OR_DASH), >>> 48: E(GcStatisticsType.PERCENTAGE_OR_DASH), >> >> I don't see jstat tests in the zgc problem list. Is this fixing known test >> failures? > > Yes, ZGC reports dash for eden and survivor spaces. So shouldn't we have ZGC test failures then? ------------- PR: https://git.openjdk.org/jdk/pull/9604