From edb2be10fb897834ed78ab4493d3a4f73dc2e140 Mon Sep 17 00:00:00 2001 From: Christian Hagedorn Date: Thu, 6 Jul 2023 06:32:05 +0000 Subject: [PATCH] 8311279: TestStressIGVNAndCCP.java failed with different IGVN traces for the same seed Reviewed-by: thartmann --- test/hotspot/jtreg/compiler/debug/TestStressIGVNAndCCP.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/debug/TestStressIGVNAndCCP.java b/test/hotspot/jtreg/compiler/debug/TestStressIGVNAndCCP.java index e1f7e1fa447..242c6f69fb1 100644 --- a/test/hotspot/jtreg/compiler/debug/TestStressIGVNAndCCP.java +++ b/test/hotspot/jtreg/compiler/debug/TestStressIGVNAndCCP.java @@ -44,7 +44,7 @@ public class TestStressIGVNAndCCP { int stressSeed) throws Exception { String className = TestStressIGVNAndCCP.class.getName(); String[] procArgs = { - "-Xcomp", "-XX:-TieredCompilation", "-XX:-Inline", + "-Xcomp", "-XX:-TieredCompilation", "-XX:-Inline", "-XX:+CICountNative", "-XX:CompileOnly=" + className + "::sum", "-XX:+" + traceOption, "-XX:+" + stressOption, "-XX:StressSeed=" + stressSeed, className, "10"};