From d959c22a9574359e2d5134ac8365e8a9df4f7cef Mon Sep 17 00:00:00 2001 From: Jie Fu Date: Wed, 8 Jun 2022 08:08:10 +0000 Subject: [PATCH] 8288000: compiler/loopopts/TestOverUnrolling2.java fails with release VMs Reviewed-by: roland, thartmann --- test/hotspot/jtreg/compiler/loopopts/TestOverUnrolling2.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/hotspot/jtreg/compiler/loopopts/TestOverUnrolling2.java b/test/hotspot/jtreg/compiler/loopopts/TestOverUnrolling2.java index 517b9cb1dfa..99b5f025456 100644 --- a/test/hotspot/jtreg/compiler/loopopts/TestOverUnrolling2.java +++ b/test/hotspot/jtreg/compiler/loopopts/TestOverUnrolling2.java @@ -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 {