8311279: TestStressIGVNAndCCP.java failed with different IGVN traces for the same seed

Reviewed-by: thartmann
This commit is contained in:
Christian Hagedorn 2023-07-06 06:32:05 +00:00
parent d072c40ff1
commit edb2be10fb

View File

@ -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"};