Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBing committed May 24, 2024
1 parent 3c3ca86 commit 01f06d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static void test(String[] args) throws Exception {
"-Xlog:gc+region+cds",
"-Xlog:gc+region=trace"));
TestCommon.checkDump(dumpOutput, "extra interned string ignored; size too large");
// Extra strings that are humongous are not kelp alive, so they should be GC'ed
// Extra strings that are humongous are not kept alive, so they should be GC'ed
// before dumping the string table. That means the heap should contain no
// humongous regions.
dumpOutput.shouldNotMatch("gc,region,cds. G1HeapRegion 0x[0-9a-f]* HUM");
Expand Down

0 comments on commit 01f06d4

Please sign in to comment.