Skip to content

Commit b4beda2

Browse files
committedJun 7, 2024
8332537: C2: High memory usage reported for compiler/loopopts/superword/TestAlignVectorFuzzer.java
Reviewed-by: kvn, thartmann, stuefe
1 parent e5383d7 commit b4beda2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎test/hotspot/jtreg/compiler/loopopts/superword/TestAlignVectorFuzzer.java

-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
* @requires vm.compiler2.enabled
3131
* @key randomness
3232
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
33-
* -XX:CompileCommand=MemLimit,*.*,0
3433
* -XX:LoopUnrollLimit=250
3534
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
3635
* compiler.loopopts.superword.TestAlignVectorFuzzer
@@ -45,7 +44,6 @@
4544
* @requires vm.compiler2.enabled
4645
* @key randomness
4746
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
48-
* -XX:CompileCommand=MemLimit,*.*,0
4947
* -XX:+AlignVector -XX:+VerifyAlignVector
5048
* -XX:LoopUnrollLimit=250
5149
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
@@ -62,7 +60,6 @@
6260
* @requires vm.bits == 64
6361
* @key randomness
6462
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
65-
* -XX:CompileCommand=MemLimit,*.*,0
6663
* -XX:+AlignVector -XX:+VerifyAlignVector
6764
* -XX:LoopUnrollLimit=250
6865
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
@@ -79,7 +76,6 @@
7976
* @requires vm.compiler2.enabled
8077
* @key randomness
8178
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
82-
* -XX:CompileCommand=MemLimit,*.*,0
8379
* -XX:+AlignVector -XX:+VerifyAlignVector
8480
* -XX:LoopUnrollLimit=250
8581
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*

0 commit comments

Comments
 (0)
Please sign in to comment.