8288000: compiler/loopopts/TestOverUnrolling2.java fails with release VMs

Reviewed-by: roland, thartmann
This commit is contained in:
Jie Fu 2022-06-08 08:08:10 +00:00
parent 230726ea58
commit d959c22a95

View File

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