Skip to content

Commit

Permalink
Backport 024133b089d911dcc3ea70dfdaa6b150b14a9eb4
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Feb 5, 2024
1 parent fc49554 commit f7041a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @summary ArrayFill: if store is on backedge, last iteration is not to be executed.
* @library /test/lib
* @compile TestBackedgeLoadArrayFill.jasm
* @requires vm.compiler2.enabled
* @run main/othervm
* -XX:CompileCommand=compileonly,TestBackedgeLoadArrayFill*::test*
* -XX:-TieredCompilation -Xcomp -XX:+OptimizeFill
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8296412
* @compile TestInfiniteLoopWithUnmergedBackedges.jasm
* @summary Infinite loops may not have the backedges merged, before we call IdealLoopTree::check_safepts
* @requires vm.compiler2.enabled
* @run main/othervm -Xcomp -XX:-TieredCompilation -XX:-LoopUnswitching
* -XX:CompileCommand=compileonly,TestInfiniteLoopWithUnmergedBackedges::test*
* TestInfiniteLoopWithUnmergedBackedgesMain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @test
* @bug 8299959
* @summary In CmpU::Value, the sub computation may be narrower than the overflow computation.
* @requires vm.compiler2.enabled
*
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+StressCCP -Xcomp -XX:-TieredCompilation
* -XX:CompileCommand=compileonly,compiler.rangechecks.TestRangeCheckCmpUOverflowVsSub::test
Expand Down

0 comments on commit f7041a6

Please sign in to comment.