8332537: C2: High memory usage reported for compiler/loopopts/superword/TestAlignVectorFuzzer.java

Reviewed-by: kvn, thartmann, stuefe
This commit is contained in:
Emanuel Peter 2024-06-07 05:07:03 +00:00
parent e5383d710c
commit b4beda21b4

View File

@ -30,7 +30,6 @@
* @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
@ -45,7 +44,6 @@
* @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::*
@ -62,7 +60,6 @@
* @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::*
@ -79,7 +76,6 @@
* @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::*