< prev index next >

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

Print this page
rev 58687 : Shenandoah: New incremental-update mode


  24 
  25 package gc.stress.systemgc;
  26 
  27 /*
  28  * @test TestSystemGCWithShenandoah
  29  * @key gc
  30  * @key stress
  31  * @library /
  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().
  34  *
  35  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions
  36  *      -XX:+UseShenandoahGC
  37  *      -XX:+ShenandoahVerify
  38  *      gc.stress.systemgc.TestSystemGCWithShenandoah 270
  39  *
  40  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions
  41  *      -XX:+UseShenandoahGC
  42  *      gc.stress.systemgc.TestSystemGCWithShenandoah 270
  43  */















  44 public class TestSystemGCWithShenandoah {
  45     public static void main(String[] args) throws Exception {
  46         TestSystemGC.main(args);
  47     }
  48 }


  24 
  25 package gc.stress.systemgc;
  26 
  27 /*
  28  * @test TestSystemGCWithShenandoah
  29  * @key gc
  30  * @key stress
  31  * @library /
  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().
  34  *
  35  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions
  36  *      -XX:+UseShenandoahGC
  37  *      -XX:+ShenandoahVerify
  38  *      gc.stress.systemgc.TestSystemGCWithShenandoah 270
  39  *
  40  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions
  41  *      -XX:+UseShenandoahGC
  42  *      gc.stress.systemgc.TestSystemGCWithShenandoah 270
  43  */
  44 
  45 /*
  46  * @test TestSystemGCWithShenandoah
  47  * @key gc
  48  * @key stress
  49  * @library /
  50  * @requires vm.gc.Shenandoah & !vm.graal.enabled
  51  * @summary Stress the Shenandoah GC full GC by allocating objects of different lifetimes concurrently with System.gc().
  52  *
  53  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions
  54  *      -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu
  55  *      -XX:+ShenandoahVerify
  56  *      gc.stress.systemgc.TestSystemGCWithShenandoah 270
  57  *
  58  */
  59 public class TestSystemGCWithShenandoah {
  60     public static void main(String[] args) throws Exception {
  61         TestSystemGC.main(args);
  62     }
  63 }
< prev index next >