Skip to content

Commit

Permalink
8332538: Switch off JIT memory limit check for TestAlignVectorFuzzer.…
Browse files Browse the repository at this point in the history
…java

Reviewed-by: stuefe, thartmann
  • Loading branch information
Vladimir Kozlov committed May 21, 2024
1 parent d999b81 commit 52eda79
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* @requires vm.compiler2.enabled
* @key randomness
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
* -XX:CompileCommand=MemLimit,*.*,0
* -XX:LoopUnrollLimit=250
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
* compiler.loopopts.superword.TestAlignVectorFuzzer
Expand All @@ -44,6 +45,7 @@
* @requires vm.compiler2.enabled
* @key randomness
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
* -XX:CompileCommand=MemLimit,*.*,0
* -XX:+AlignVector -XX:+VerifyAlignVector
* -XX:LoopUnrollLimit=250
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
Expand All @@ -60,6 +62,7 @@
* @requires vm.bits == 64
* @key randomness
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
* -XX:CompileCommand=MemLimit,*.*,0
* -XX:+AlignVector -XX:+VerifyAlignVector
* -XX:LoopUnrollLimit=250
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
Expand All @@ -76,6 +79,7 @@
* @requires vm.compiler2.enabled
* @key randomness
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
* -XX:CompileCommand=MemLimit,*.*,0
* -XX:+AlignVector -XX:+VerifyAlignVector
* -XX:LoopUnrollLimit=250
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
Expand Down

0 comments on commit 52eda79

Please sign in to comment.