8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651

Add Xbatch to make compilation block test thread.

Reviewed-by: kvn
diff --git a/hotspot/test/compiler/compilercontrol/share/scenario/Command.java b/hotspot/test/compiler/compilercontrol/share/scenario/Command.java
index d044fa9..c4b2193 100644
--- a/hotspot/test/compiler/compilercontrol/share/scenario/Command.java
+++ b/hotspot/test/compiler/compilercontrol/share/scenario/Command.java
@@ -32,8 +32,8 @@
 public enum Command {
     COMPILEONLY("compileonly", ".*", "-Xbatch"),
     EXCLUDE("exclude", "", "-Xbatch"),
-    INLINE("inline", ".*"),
-    DONTINLINE("dontinline", ""),
+    INLINE("inline", ".*", "-Xbatch"),
+    DONTINLINE("dontinline", "", "-Xbatch"),
     LOG("log", "", "-XX:+UnlockDiagnosticVMOptions",
             "-XX:+LogCompilation", "-XX:LogFile=" + LogProcessor.LOG_FILE),
     PRINT("print", ""),