8316411: compiler/compilercontrol/TestConflictInlineCommands.java fails intermittent with force inline by CompileCommand missing
Reviewed-by: mdoerr, chagedorn
This commit is contained in:
parent
ec74194cb7
commit
e1870d360e
@ -52,6 +52,7 @@ public class TestConflictInlineCommands {
|
||||
analyzer.shouldNotContain("force inline by CompileCommand");
|
||||
|
||||
pb = ProcessTools.createJavaProcessBuilder(
|
||||
"-Xbatch",
|
||||
"-XX:CompileCommand=dontinline,*TestConflictInlineCommands::*caller",
|
||||
"-XX:CompileCommand=inline,*TestConflictInlineCommands::caller",
|
||||
"-XX:CompileCommand=quiet", "-XX:CompileCommand=compileonly,*Launcher::main",
|
||||
@ -77,6 +78,9 @@ public class TestConflictInlineCommands {
|
||||
sum += caller(i, 0);
|
||||
}
|
||||
}
|
||||
System.out.println("sum is:" + sum);
|
||||
System.out.flush();
|
||||
System.err.flush();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user