< prev index next >

test/gc/g1/TestG1TraceReclaimDeadHumongousObjectsAtYoungGC.java

Print this page
rev 7521 : [mq]: bengt-review

@@ -86,11 +86,11 @@
     output.shouldContain("[Humongous Reclaimed");
 
     // As G1TraceReclaimDeadHumongousObjectsAtYoungGC is set and GCWithHumongousObjectTest has humongous objects,
     // these logs should be displayed.
     output.shouldContain("Live humongous");
-    output.shouldContain("Reclaim humongous region");
+    output.shouldContain("Dead humongous region");
     output.shouldHaveExitValue(0);
   }
 
   static class GCTest {
     private static byte[] garbage;
< prev index next >