Skip to content

Commit 0c49649

Browse files
caojoshuaPaul Hohensee
authored andcommitted
8288000: compiler/loopopts/TestOverUnrolling2.java fails with release VMs
Backport-of: d959c22a9574359e2d5134ac8365e8a9df4f7cef
1 parent 24a5b40 commit 0c49649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/compiler/loopopts/TestOverUnrolling2.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
* @bug 8286625
2727
* @key stress
2828
* @summary C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect
29-
* @run main/othervm -XX:-BackgroundCompilation -XX:+StressIGVN -XX:StressSeed=4232417824 TestOverUnrolling2
30-
* @run main/othervm -XX:-BackgroundCompilation -XX:+StressIGVN TestOverUnrolling2
29+
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:-BackgroundCompilation -XX:+StressIGVN -XX:StressSeed=4232417824 TestOverUnrolling2
30+
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:-BackgroundCompilation -XX:+StressIGVN TestOverUnrolling2
3131
*/
3232

3333
public class TestOverUnrolling2 {

0 commit comments

Comments
 (0)