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

Backport-of: d959c22a9574359e2d5134ac8365e8a9df4f7cef
  • Loading branch information
caojoshua authored and Paul Hohensee committed Aug 19, 2022
1 parent 129484d commit 3d2d300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/compiler/loopopts/TestOverUnrolling2.java
Original file line number Diff line number Diff line change
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

1 comment on commit 3d2d300

@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.