From 88b9cdae8fa67e5f9cec7a7dc5e2e2adecf1a519 Mon Sep 17 00:00:00 2001 From: Matthias Baesken Date: Mon, 30 Oct 2023 11:14:12 +0000 Subject: [PATCH] 8318981: compiler/compilercontrol/TestConflictInlineCommands.java fails intermittent with 'disallowed by CompileCommand' missing from stdout/stderr Reviewed-by: mdoerr, thartmann --- .../compiler/compilercontrol/TestConflictInlineCommands.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/compiler/compilercontrol/TestConflictInlineCommands.java b/test/hotspot/jtreg/compiler/compilercontrol/TestConflictInlineCommands.java index bd4bde90b7f..9c12ea6b8a7 100644 --- a/test/hotspot/jtreg/compiler/compilercontrol/TestConflictInlineCommands.java +++ b/test/hotspot/jtreg/compiler/compilercontrol/TestConflictInlineCommands.java @@ -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",