Skip to content

Commit

Permalink
8332537: C2: High memory usage reported for compiler/loopopts/superwo…
Browse files Browse the repository at this point in the history
…rd/TestAlignVectorFuzzer.java

Reviewed-by: kvn, thartmann, stuefe
  • Loading branch information
eme64 committed Jun 7, 2024
1 parent e5383d7 commit b4beda2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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::*
Expand All @@ -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::*
Expand All @@ -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::*
Expand Down

1 comment on commit b4beda2

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.