< prev index next >

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

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

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