Skip to content

Commit

Permalink
8273832: gc/shenandoah/TestJcmdHeapDump.java does not have a @requires
Browse files Browse the repository at this point in the history
…vm.gc.shenandoah

Reviewed-by: zgu
  • Loading branch information
Thomas Schatzl committed Sep 15, 2021
1 parent 7b2beb6 commit cbffecc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/hotspot/jtreg/gc/shenandoah/TestJcmdHeapDump.java
Expand Up @@ -26,7 +26,7 @@
* @test id=passive
* @library /test/lib
* @modules jdk.attach/com.sun.tools.attach
* @requires vm.gc.Shenandoah
*
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
* -XX:+UseShenandoahGC -XX:ShenandoahGCMode=passive
Expand All @@ -43,6 +43,7 @@
* @test id=aggressive
* @library /test/lib
* @modules jdk.attach/com.sun.tools.attach
* @requires vm.gc.Shenandoah
*
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
* -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive
Expand All @@ -63,6 +64,7 @@
* @test id=adaptive
* @library /test/lib
* @modules jdk.attach/com.sun.tools.attach
* @requires vm.gc.Shenandoah
*
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
* -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=adaptive
Expand All @@ -74,6 +76,7 @@
* @test id=static
* @library /test/lib
* @modules jdk.attach/com.sun.tools.attach
* @requires vm.gc.Shenandoah
*
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
* -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=static
Expand All @@ -84,6 +87,7 @@
* @test id=compact
* @library /test/lib
* @modules jdk.attach/com.sun.tools.attach
* @requires vm.gc.Shenandoah
*
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
* -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=compact
Expand All @@ -94,6 +98,7 @@
* @test id=iu-aggressive
* @library /test/lib
* @modules jdk.attach/com.sun.tools.attach
* @requires vm.gc.Shenandoah
*
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
* -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu -XX:ShenandoahGCHeuristics=aggressive
Expand Down

1 comment on commit cbffecc

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.