|
26 | 26 | * @test id=passive |
27 | 27 | * @library /test/lib |
28 | 28 | * @modules jdk.attach/com.sun.tools.attach |
29 | | -
|
| 29 | + * @requires vm.gc.Shenandoah |
30 | 30 | * |
31 | 31 | * @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions |
32 | 32 | * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=passive |
|
43 | 43 | * @test id=aggressive |
44 | 44 | * @library /test/lib |
45 | 45 | * @modules jdk.attach/com.sun.tools.attach |
| 46 | + * @requires vm.gc.Shenandoah |
46 | 47 | * |
47 | 48 | * @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions |
48 | 49 | * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive |
|
63 | 64 | * @test id=adaptive |
64 | 65 | * @library /test/lib |
65 | 66 | * @modules jdk.attach/com.sun.tools.attach |
| 67 | + * @requires vm.gc.Shenandoah |
66 | 68 | * |
67 | 69 | * @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions |
68 | 70 | * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=adaptive |
|
74 | 76 | * @test id=static |
75 | 77 | * @library /test/lib |
76 | 78 | * @modules jdk.attach/com.sun.tools.attach |
| 79 | + * @requires vm.gc.Shenandoah |
77 | 80 | * |
78 | 81 | * @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions |
79 | 82 | * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=static |
|
84 | 87 | * @test id=compact |
85 | 88 | * @library /test/lib |
86 | 89 | * @modules jdk.attach/com.sun.tools.attach |
| 90 | + * @requires vm.gc.Shenandoah |
87 | 91 | * |
88 | 92 | * @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions |
89 | 93 | * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=compact |
|
94 | 98 | * @test id=iu-aggressive |
95 | 99 | * @library /test/lib |
96 | 100 | * @modules jdk.attach/com.sun.tools.attach |
| 101 | + * @requires vm.gc.Shenandoah |
97 | 102 | * |
98 | 103 | * @run main/othervm/timeout=480 -Xmx16m -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions |
99 | 104 | * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu -XX:ShenandoahGCHeuristics=aggressive |
|
0 commit comments