< prev index next >

test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithShenandoah.java

Print this page
@@ -28,11 +28,11 @@
  import java.io.IOException;
  
  /*
   * @test id=passive
   * @key stress
-  * @library /
+  * @library / /test/lib
   * @requires vm.gc.Shenandoah
   * @requires vm.flavor == "server"
   * @summary Stress the Shenandoah GC by trying to make old objects more likely to be garbage than young objects.
   *
   * @run main/othervm/timeout=200 -Xlog:gc*=info -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions

@@ -47,11 +47,11 @@
   */
  
  /*
   * @test id=aggressive
   * @key stress
-  * @library /
+  * @library / /test/lib
   * @requires vm.gc.Shenandoah
   * @requires vm.flavor == "server"
   * @summary Stress the Shenandoah GC by trying to make old objects more likely to be garbage than young objects.
   *
   * @run main/othervm/timeout=200 -Xlog:gc*=info -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions

@@ -75,11 +75,11 @@
   */
  
  /*
   * @test id=adaptive
   * @key stress
-  * @library /
+  * @library / /test/lib
   * @requires vm.gc.Shenandoah
   * @requires vm.flavor == "server"
   * @summary Stress the Shenandoah GC by trying to make old objects more likely to be garbage than young objects.
   *
   * @run main/othervm/timeout=200 -Xlog:gc*=info -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions

@@ -93,11 +93,11 @@
   */
  
  /*
   * @test id=compact
   * @key stress
-  * @library /
+  * @library / /test/lib
   * @requires vm.gc.Shenandoah
   * @requires vm.flavor == "server" & vm.opt.ClassUnloading != false
   * @summary Stress Shenandoah GC with nmethod barrier forced deoptimization enabled.
   *
   * @run main/othervm/timeout=200 -Xlog:gc*=info -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions

@@ -106,11 +106,11 @@
   */
  
  /*
   * @test id=passive-deopt-nmethod
   * @key stress
-  * @library /
+  * @library / /test/lib
   * @requires vm.gc.Shenandoah
   * @requires vm.flavor == "server" & vm.opt.ClassUnloading != false
   * @summary Stress Shenandoah GC with nmethod barrier forced deoptimization enabled.
   *
   * @run main/othervm/timeout=200 -Xlog:gc*=info,nmethod+barrier=trace -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions

@@ -127,11 +127,11 @@
   */
  
  /*
   * @test id=aggressive-deopt-nmethod
   * @key stress
-  * @library /
+  * @library / /test/lib
   * @requires vm.gc.Shenandoah
   * @requires vm.flavor == "server" & vm.opt.ClassUnloading != false
   * @summary Stress Shenandoah GC with nmethod barrier forced deoptimization enabled.
   *
   * @run main/othervm/timeout=200 -Xlog:gc*=info,nmethod+barrier=trace -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions

@@ -159,11 +159,11 @@
   */
  
  /*
   * @test id=adaptive-deopt-nmethod
   * @key stress
-  * @library /
+  * @library / /test/lib
   * @requires vm.gc.Shenandoah
   * @requires vm.flavor == "server" & vm.opt.ClassUnloading != false
   * @summary Stress Shenandoah GC with nmethod barrier forced deoptimization enabled.
   *
   * @run main/othervm/timeout=200 -Xlog:gc*=info,nmethod+barrier=trace -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions

@@ -179,11 +179,11 @@
   */
  
  /*
   * @test id=compact-deopt-nmethod
   * @key stress
-  * @library /
+  * @library / /test/lib
   * @requires vm.gc.Shenandoah
   * @requires vm.flavor == "server" & vm.opt.ClassUnloading != false
   * @summary Stress Shenandoah GC with nmethod barrier forced deoptimization enabled.
   *
   * @run main/othervm/timeout=200 -Xlog:gc*=info,nmethod+barrier=trace -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions

@@ -192,11 +192,11 @@
   *      gc.stress.gcbasher.TestGCBasherWithShenandoah 120000
   */
  /*
   * @test id=generational
   * @key stress
-  * @library /
+  * @library / /test/lib
   * @requires vm.gc.Shenandoah
   * @requires vm.flavor == "server"
   * @summary Stress the Shenandoah GC by trying to make old objects more likely to be garbage than young objects.
   *
   * @run main/othervm/timeout=200 -Xlog:gc*=info -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions

@@ -210,11 +210,11 @@
   */
  
   /*
    * @test id=generational-deopt-nmethod
    * @key stress
-   * @library /
+   * @library / /test/lib
    * @requires vm.gc.Shenandoah
    * @requires vm.flavor == "server" & vm.opt.ClassUnloading != false
    * @summary Stress Shenandoah GC with nmethod barrier forced deoptimization enabled.
    *
    * @run main/othervm/timeout=200 -Xlog:gc*=info,nmethod+barrier=trace -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
< prev index next >