< prev index next >

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

Print this page
*** 28,11 ***
  import java.io.IOException;
  
  /*
   * @test id=passive
   * @key stress
!  * @library /
   * @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
--- 28,11 ---
  import java.io.IOException;
  
  /*
   * @test id=passive
   * @key stress
!  * @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 ***
   */
  
  /*
   * @test id=aggressive
   * @key stress
-  * @library /
   * @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,10 ---

*** 70,11 ***
   */
  
  /*
   * @test id=adaptive
   * @key stress
!  * @library /
   * @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
--- 69,11 ---
   */
  
  /*
   * @test id=adaptive
   * @key stress
!  * @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

*** 88,11 ***
   */
  
  /*
   * @test id=compact
   * @key stress
!  * @library /
   * @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
--- 87,11 ---
   */
  
  /*
   * @test id=compact
   * @key stress
!  * @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

*** 101,11 ***
   */
  
  /*
   * @test id=passive-deopt-nmethod
   * @key stress
!  * @library /
   * @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
--- 100,11 ---
   */
  
  /*
   * @test id=passive-deopt-nmethod
   * @key stress
!  * @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

*** 122,11 ***
   */
  
  /*
   * @test id=aggressive-deopt-nmethod
   * @key stress
!  * @library /
   * @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
--- 121,11 ---
   */
  
  /*
   * @test id=aggressive-deopt-nmethod
   * @key stress
!  * @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

*** 148,11 ***
   */
  
  /*
   * @test id=adaptive-deopt-nmethod
   * @key stress
!  * @library /
   * @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
--- 147,11 ---
   */
  
  /*
   * @test id=adaptive-deopt-nmethod
   * @key stress
!  * @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

*** 168,11 ***
   */
  
  /*
   * @test id=compact-deopt-nmethod
   * @key stress
!  * @library /
   * @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
--- 167,11 ---
   */
  
  /*
   * @test id=compact-deopt-nmethod
   * @key stress
!  * @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

*** 181,11 ***
   *      gc.stress.gcbasher.TestGCBasherWithShenandoah 120000
   */
  /*
   * @test id=generational
   * @key stress
!  * @library /
   * @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
--- 180,11 ---
   *      gc.stress.gcbasher.TestGCBasherWithShenandoah 120000
   */
  /*
   * @test id=generational
   * @key stress
!  * @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

*** 199,11 ***
   */
  
   /*
    * @test id=generational-deopt-nmethod
    * @key stress
!   * @library /
    * @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
--- 198,11 ---
   */
  
   /*
    * @test id=generational-deopt-nmethod
    * @key stress
!   * @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 >