hotspot/test/gc/whitebox/TestWBGC.java
changeset 35061 be6025ebffea
parent 33730 30e064828045
child 36851 03e2f4d0a421
--- a/hotspot/test/gc/whitebox/TestWBGC.java	Thu Dec 10 23:02:31 2015 +0000
+++ b/hotspot/test/gc/whitebox/TestWBGC.java	Thu Dec 10 14:57:55 2015 +0100
@@ -44,7 +44,7 @@
                 "-XX:+UnlockDiagnosticVMOptions",
                 "-XX:+WhiteBoxAPI",
                 "-XX:MaxTenuringThreshold=1",
-                "-XX:+PrintGC",
+                "-Xlog:gc",
                 GCYoungTest.class.getName());
 
         OutputAnalyzer output = new OutputAnalyzer(pb.start());