test/gc/g1/TestDeferredRSUpdate.java

changeset 7022
9b093813caa9
parent 7013
e8ba50da0de0
     1.1 --- a/test/gc/g1/TestDeferredRSUpdate.java	Thu Jul 31 09:23:24 2014 +0200
     1.2 +++ b/test/gc/g1/TestDeferredRSUpdate.java	Thu Aug 07 22:28:16 2014 +0200
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  /*
     1.6   * @test TestDeferredRSUpdate
     1.7 - * @bug 8040977
     1.8 + * @bug 8040977 8052170
     1.9   * @summary Ensure that running with -XX:-G1DeferredRSUpdate does not crash the VM
    1.10   * @key gc
    1.11   * @library /testlibrary
    1.12 @@ -38,6 +38,7 @@
    1.13  
    1.14      ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-XX:+UseG1GC",
    1.15                                                                "-Xmx10M",
    1.16 +                                                              "-XX:+PrintGCDetails",
    1.17                                                                // G1DeferredRSUpdate is a develop option, but we cannot limit execution of this test to only debug VMs.
    1.18                                                                "-XX:+IgnoreUnrecognizedVMOptions",
    1.19                                                                "-XX:-G1DeferredRSUpdate",

mercurial