< prev index next >

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

Print this page
rev 59879 : [mq]: 8249000

*** 26,36 **** /* * @test TestSystemGCWithShenandoah * @key stress * @library / ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @summary Stress the Shenandoah GC full GC by allocating objects of different lifetimes concurrently with System.gc(). * * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions * -XX:+UseShenandoahGC * -XX:+ShenandoahVerify --- 26,36 ---- /* * @test TestSystemGCWithShenandoah * @key stress * @library / ! * @requires vm.gc.Shenandoah * @summary Stress the Shenandoah GC full GC by allocating objects of different lifetimes concurrently with System.gc(). * * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions * -XX:+UseShenandoahGC * -XX:+ShenandoahVerify
*** 43,53 **** /* * @test TestSystemGCWithShenandoah * @key stress * @library / ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @summary Stress the Shenandoah GC full GC by allocating objects of different lifetimes concurrently with System.gc(). * * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu * -XX:+ShenandoahVerify --- 43,53 ---- /* * @test TestSystemGCWithShenandoah * @key stress * @library / ! * @requires vm.gc.Shenandoah * @summary Stress the Shenandoah GC full GC by allocating objects of different lifetimes concurrently with System.gc(). * * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu * -XX:+ShenandoahVerify
< prev index next >