hotspot/test/compiler/compilercontrol/share/scenario/Command.java
changeset 35755 041b2397d5d2
parent 33452 04815c29859c
child 40059 c2304140ed64
--- a/hotspot/test/compiler/compilercontrol/share/scenario/Command.java	Fri Jan 29 08:47:18 2016 +0100
+++ b/hotspot/test/compiler/compilercontrol/share/scenario/Command.java	Mon Feb 01 19:45:26 2016 +0300
@@ -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", ""),