< prev index next >

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

Print this page
rev 47694 : imported patch 8190703-testsystemgc-timeout
rev 47695 : [mq]: 8190703-ashipilev-review2

*** 30,38 **** * @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 270 */ public class TestSystemGCWithParallel { ! public static void main(String[] args) { TestSystemGC.main(args); } } --- 30,38 ---- * @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 270 */ public class TestSystemGCWithParallel { ! public static void main(String[] args) throws Exception { TestSystemGC.main(args); } }
< prev index next >