Skip to content

Commit 024133b

Browse files
singhnitinTobiHartmann
authored andcommitted
8311964: Some jtreg tests failing on x86 with error 'unrecognized VM options' (C2 flags)
Reviewed-by: dhanalla, thartmann
1 parent 62a953f commit 024133b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/hotspot/jtreg/compiler/loopopts/TestBackedgeLoadArrayFillMain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @summary ArrayFill: if store is on backedge, last iteration is not to be executed.
2929
* @library /test/lib
3030
* @compile TestBackedgeLoadArrayFill.jasm
31+
* @requires vm.compiler2.enabled
3132
* @run main/othervm
3233
* -XX:CompileCommand=compileonly,TestBackedgeLoadArrayFill*::test*
3334
* -XX:-TieredCompilation -Xcomp -XX:+OptimizeFill

test/hotspot/jtreg/compiler/loopopts/TestInfiniteLoopWithUnmergedBackedgesMain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* @bug 8296412
2727
* @compile TestInfiniteLoopWithUnmergedBackedges.jasm
2828
* @summary Infinite loops may not have the backedges merged, before we call IdealLoopTree::check_safepts
29+
* @requires vm.compiler2.enabled
2930
* @run main/othervm -Xcomp -XX:-TieredCompilation -XX:-LoopUnswitching
3031
* -XX:CompileCommand=compileonly,TestInfiniteLoopWithUnmergedBackedges::test*
3132
* TestInfiniteLoopWithUnmergedBackedgesMain

test/hotspot/jtreg/compiler/rangechecks/TestRangeCheckCmpUOverflowVsSub.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @test
2626
* @bug 8299959
2727
* @summary In CmpU::Value, the sub computation may be narrower than the overflow computation.
28+
* @requires vm.compiler2.enabled
2829
*
2930
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+StressCCP -Xcomp -XX:-TieredCompilation
3031
* -XX:CompileCommand=compileonly,compiler.rangechecks.TestRangeCheckCmpUOverflowVsSub::test

0 commit comments

Comments
 (0)