8311279: TestStressIGVNAndCCP.java failed with different IGVN traces for the same seed
Reviewed-by: thartmann
This commit is contained in:
parent
d072c40ff1
commit
edb2be10fb
@ -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"};
|
||||
|
Loading…
Reference in New Issue
Block a user