8318981: compiler/compilercontrol/TestConflictInlineCommands.java fails intermittent with 'disallowed by CompileCommand' missing from stdout/stderr
Reviewed-by: mdoerr, thartmann
This commit is contained in:
parent
c9d23c3940
commit
88b9cdae8f
@ -40,6 +40,7 @@ import jdk.test.lib.process.ProcessTools;
|
||||
public class TestConflictInlineCommands {
|
||||
public static void main(String[] args) throws Exception {
|
||||
ProcessBuilder pb = ProcessTools.createLimitedTestJavaProcessBuilder(
|
||||
"-Xbatch",
|
||||
"-XX:CompileCommand=inline,*TestConflictInlineCommands::caller",
|
||||
"-XX:CompileCommand=dontinline,*TestConflictInlineCommands::caller",
|
||||
"-XX:CompileCommand=quiet", "-XX:CompileCommand=compileonly,*Launcher::main",
|
||||
|
Loading…
x
Reference in New Issue
Block a user