RFR: 8293824: gc/whitebox/TestConcMarkCycleWB.java failed "RuntimeException: assertTrue: expected true, was false" [v2]
Ivan Walulya
iwalulya at openjdk.org
Mon Dec 12 09:36:50 UTC 2022
On Fri, 9 Dec 2022 23:24:25 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> test/hotspot/jtreg/gc/g1/humongousObjects/objectGraphTest/GCTokens.java line 36:
>>
>>> 34: public static final String WB_INITIATED_YOUNG_GC = "Young (Normal) (WhiteBox Initiated Young GC)";
>>> 35: public static final String WB_INITIATED_MIXED_GC = "Young (Mixed) (WhiteBox Initiated Young GC)";
>>> 36: public static final String WB_INITIATED_CMC = "WhiteBox Initiated Run to Breakpoint";
>>
>> `WB_INITIATED_CMC = "WhiteBox Initiated Run to Concurrent GC Breakpoint"; ` as we indicate below that `String CMC = "Concurrent Mark)"`
>
> Sorry, I don't understand the question/comment? The change to the string
> reflects what is logged by the VM now that we're using GC breakpoints to
> control the collection. The logging being matched with CMC didn't change.
ok, then it is fine.
-------------
PR: https://git.openjdk.org/jdk/pull/11435
More information about the hotspot-dev
mailing list