< prev index next >

test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithParallel.java

Print this page
rev 47694 : imported patch 8190703-testsystemgc-timeout

@@ -22,15 +22,16 @@
  *
  */
 
 /*
  * @test TestSystemGCWithParallel
+ * @bug 8190703
  * @key gc
  * @key stress
  * @requires vm.gc.Parallel
  * @summary Stress the Parallel GC full GC by allocating objects of different lifetimes concurrently with System.gc().
- * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UseParallelGC TestSystemGCWithParallel
+ * @run main/othervm/timeout=300 -Xlog:gc=info -Xmx512m -XX:+UseParallelGC TestSystemGCWithParallel 270
  */
 public class TestSystemGCWithParallel {
     public static void main(String[] args) {
         TestSystemGC.main(args);
     }
< prev index next >