test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithShenandoah.java
changeset 55587 4644b3155fce
parent 54777 206afa6372ae
child 55606 78a2b1bb15cf
equal deleted inserted replaced
55586:014c8cd323af 55587:4644b3155fce
    30  * @key stress
    30  * @key stress
    31  * @library /
    31  * @library /
    32  * @requires vm.gc.Shenandoah & !vm.graal.enabled
    32  * @requires vm.gc.Shenandoah & !vm.graal.enabled
    33  * @summary Stress the Shenandoah GC full GC by allocating objects of different lifetimes concurrently with System.gc().
    33  * @summary Stress the Shenandoah GC full GC by allocating objects of different lifetimes concurrently with System.gc().
    34  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+ShenandoahVerify -XX:+UseShenandoahGC gc.stress.systemgc.TestSystemGCWithShenandoah 270
    34  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+ShenandoahVerify -XX:+UseShenandoahGC gc.stress.systemgc.TestSystemGCWithShenandoah 270
    35  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+ShenandoahVerify -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=traversal gc.stress.systemgc.TestSystemGCWithShenandoah 270
    35  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+ShenandoahVerify -XX:+UseShenandoahGC -XX:ShenandoahGCMode=traversal gc.stress.systemgc.TestSystemGCWithShenandoah 270
    36  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions                                                      -XX:+UseShenandoahGC gc.stress.systemgc.TestSystemGCWithShenandoah 270
    36  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions                                                      -XX:+UseShenandoahGC gc.stress.systemgc.TestSystemGCWithShenandoah 270
    37  */
    37  */
    38 public class TestSystemGCWithShenandoah {
    38 public class TestSystemGCWithShenandoah {
    39     public static void main(String[] args) throws Exception {
    39     public static void main(String[] args) throws Exception {
    40         TestSystemGC.main(args);
    40         TestSystemGC.main(args);