RFR: 8271834: TestStringDeduplicationAgeThreshold intermittent failures on Shenandoah [v2]
Zhengyu Gu
zgu at openjdk.java.net
Fri Sep 10 13:54:37 UTC 2021
On Fri, 10 Sep 2021 13:00:05 GMT, Per Liden <pliden at openjdk.org> wrote:
>> Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Aleksey's comment
>
> test/hotspot/jtreg/gc/stringdedup/TestStringDeduplicationTools.java line 106:
>
>> 104: if ("end of GC cycle".equals(info.getGcAction())) {
>> 105: gcCount++;
>> 106: }
>
> I think you want to do the same thing for ZGC here, which also reports both pauses and cycles.
Fixed. Thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/5428
More information about the hotspot-gc-dev
mailing list