We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811cc9f commit b9a4153Copy full SHA for b9a4153
test/hotspot/jtreg/compiler/allocation/TestFailedAllocationBadGraph.java
@@ -25,10 +25,11 @@
25
* @test
26
* bug 8279219
27
* @summary C2 crash when allocating array of size too large
28
+ * @requires vm.compiler2.enabled
29
* @library /test/lib /
30
* @build sun.hotspot.WhiteBox
31
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm -ea -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation TestFailedAllocationBadGraph
32
+ * @run main/othervm -ea -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation TestFailedAllocationBadGraph
33
*/
34
35
import sun.hotspot.WhiteBox;
0 commit comments