< prev index next >

test/hotspot/jtreg/gc/g1/TestPeriodicCollectionJNI.java

Print this page

        

@@ -33,18 +33,18 @@
  * @run main/othervm/native
  *    -Xbootclasspath/a:.
  *    -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
  *    -XX:+UseG1GC -XX:G1PeriodicGCInterval=100
  *    -XX:+G1PeriodicGCInvokesConcurrent
- *    -Xlog:gc,gc+periodic=debug
+ *    -Xlog:gc*,gc+periodic=debug
  *    gc.g1.TestPeriodicCollectionJNI
  * @run main/othervm/native
  *    -Xbootclasspath/a:.
  *    -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
  *    -XX:+UseG1GC -XX:G1PeriodicGCInterval=100
  *    -XX:-G1PeriodicGCInvokesConcurrent
- *    -Xlog:gc,gc+periodic=debug
+ *    -Xlog:gc*,gc+periodic=debug
  *    gc.g1.TestPeriodicCollectionJNI
  */
 
 public class TestPeriodicCollectionJNI {
     static { System.loadLibrary("TestPeriodicCollectionJNI"); }
< prev index next >