mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-03 11:38:44 +00:00
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…
x
Reference in New Issue
Block a user