< prev index next >

test/compiler/compilercontrol/share/scenario/Command.java

Print this page
rev 9978 : imported patch xbatch
rev 9149 : 8066153: JEP-JDK-8046155: Test task: cover existing
Summary: Tests for CompilerCommand and CompilerControl's directives
Reviewed-by: kvn

*** 30,41 **** * Represents a CompileCommand command set */ public enum Command { COMPILEONLY("compileonly", ".*", "-Xbatch"), EXCLUDE("exclude", "", "-Xbatch"), ! INLINE("inline", ".*"), ! DONTINLINE("dontinline", ""), LOG("log", "", "-XX:+UnlockDiagnosticVMOptions", "-XX:+LogCompilation", "-XX:LogFile=" + LogProcessor.LOG_FILE), PRINT("print", ""), QUIET("quiet", ""), NONEXISTENT("nonexistent", ""); // wrong command for a negative case --- 30,41 ---- * Represents a CompileCommand command set */ public enum Command { COMPILEONLY("compileonly", ".*", "-Xbatch"), EXCLUDE("exclude", "", "-Xbatch"), ! INLINE("inline", ".*", "-Xbatch"), ! DONTINLINE("dontinline", "", "-Xbatch"), LOG("log", "", "-XX:+UnlockDiagnosticVMOptions", "-XX:+LogCompilation", "-XX:LogFile=" + LogProcessor.LOG_FILE), PRINT("print", ""), QUIET("quiet", ""), NONEXISTENT("nonexistent", ""); // wrong command for a negative case
< prev index next >