Skip to content

Commit

Permalink
8288000: compiler/loopopts/TestOverUnrolling2.java fails with release…
Browse files Browse the repository at this point in the history
… VMs

Reviewed-by: roland, thartmann
  • Loading branch information
DamonFool committed Jun 8, 2022
1 parent 230726e commit d959c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/compiler/loopopts/TestOverUnrolling2.java
Expand Up @@ -26,8 +26,8 @@
* @bug 8286625
* @key stress
* @summary C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect
* @run main/othervm -XX:-BackgroundCompilation -XX:+StressIGVN -XX:StressSeed=4232417824 TestOverUnrolling2
* @run main/othervm -XX:-BackgroundCompilation -XX:+StressIGVN TestOverUnrolling2
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:-BackgroundCompilation -XX:+StressIGVN -XX:StressSeed=4232417824 TestOverUnrolling2
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:-BackgroundCompilation -XX:+StressIGVN TestOverUnrolling2
*/

public class TestOverUnrolling2 {
Expand Down

0 comments on commit d959c22

Please sign in to comment.