Skip to content

Commit cbffecc

Browse files
author
Thomas Schatzl
committed
8273832: gc/shenandoah/TestJcmdHeapDump.java does not have a @requires vm.gc.shenandoah
Reviewed-by: zgu
1 parent 7b2beb6 commit cbffecc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/hotspot/jtreg/gc/shenandoah/TestJcmdHeapDump.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @test id=passive
2727
* @library /test/lib
2828
* @modules jdk.attach/com.sun.tools.attach
29-
29+
* @requires vm.gc.Shenandoah
3030
*
3131
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
3232
* -XX:+UseShenandoahGC -XX:ShenandoahGCMode=passive
@@ -43,6 +43,7 @@
4343
* @test id=aggressive
4444
* @library /test/lib
4545
* @modules jdk.attach/com.sun.tools.attach
46+
* @requires vm.gc.Shenandoah
4647
*
4748
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
4849
* -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive
@@ -63,6 +64,7 @@
6364
* @test id=adaptive
6465
* @library /test/lib
6566
* @modules jdk.attach/com.sun.tools.attach
67+
* @requires vm.gc.Shenandoah
6668
*
6769
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
6870
* -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=adaptive
@@ -74,6 +76,7 @@
7476
* @test id=static
7577
* @library /test/lib
7678
* @modules jdk.attach/com.sun.tools.attach
79+
* @requires vm.gc.Shenandoah
7780
*
7881
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
7982
* -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=static
@@ -84,6 +87,7 @@
8487
* @test id=compact
8588
* @library /test/lib
8689
* @modules jdk.attach/com.sun.tools.attach
90+
* @requires vm.gc.Shenandoah
8791
*
8892
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
8993
* -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=compact
@@ -94,6 +98,7 @@
9498
* @test id=iu-aggressive
9599
* @library /test/lib
96100
* @modules jdk.attach/com.sun.tools.attach
101+
* @requires vm.gc.Shenandoah
97102
*
98103
* @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
99104
* -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu -XX:ShenandoahGCHeuristics=aggressive

0 commit comments

Comments
 (0)