8038928: gc/g1/TestGCLogMessages.java fail with "[Evacuation Failure'

Sun, 11 May 2014 16:35:43 -0700

author
jmasa
date
Sun, 11 May 2014 16:35:43 -0700
changeset 6950
6e1f418b39c3
parent 6949
80dd07540dde
child 6951
99dbb9cd9521

8038928: gc/g1/TestGCLogMessages.java fail with "[Evacuation Failure'
Reviewed-by: ysr, brutisso, tschatzl

test/gc/g1/TestGCLogMessages.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/gc/g1/TestGCLogMessages.java	Wed Jun 25 21:36:48 2014 +0200
     1.2 +++ b/test/gc/g1/TestGCLogMessages.java	Sun May 11 16:35:43 2014 -0700
     1.3 @@ -22,7 +22,7 @@
     1.4   */
     1.5  
     1.6  /*
     1.7 - * @test TestPrintGCDetails
     1.8 + * @test TestGCLogMessages
     1.9   * @bug 8035406 8027295 8035398 8019342
    1.10   * @summary Ensure that the PrintGCDetails output for a minor GC with G1
    1.11   * includes the expected necessary messages.
    1.12 @@ -90,12 +90,6 @@
    1.13      output.shouldContain("[String Dedup Fixup");
    1.14      output.shouldContain("[Young Free CSet");
    1.15      output.shouldContain("[Non-Young Free CSet");
    1.16 -
    1.17 -    // also check evacuation failure messages once
    1.18 -    output.shouldNotContain("[Evacuation Failure");
    1.19 -    output.shouldNotContain("[Recalculate Used");
    1.20 -    output.shouldNotContain("[Remove Self Forwards");
    1.21 -    output.shouldNotContain("[Restore RemSet");
    1.22      output.shouldHaveExitValue(0);
    1.23    }
    1.24  

mercurial