# HG changeset patch # User ppunegov # Date 1454345126 -10800 # Node ID 041b2397d5d28919e1541688656da06d5bea3f9e # Parent b5764af2800a26d65c4e32fc013aac273676bc81 8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651 Summary: add Xbatch to make compilation block test thread. Reviewed-by: kvn diff -r b5764af2800a -r 041b2397d5d2 hotspot/test/compiler/compilercontrol/share/scenario/Command.java --- 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", ""),