8209590: compiler/compilercontrol/DontInlineCommandTest.java test fails with "Inline message differs" error
Increase InlineSmallCode to 4000 for tests which check inlining decisions. Reviewed-by: iignatyev
This commit is contained in:
parent
b2893466aa
commit
2527f768bc
@ -33,8 +33,8 @@ import java.util.Arrays;
|
||||
public enum Command {
|
||||
COMPILEONLY("compileonly", ".*", "-Xbatch"),
|
||||
EXCLUDE("exclude", "", "-Xbatch"),
|
||||
INLINE("inline", ".*", "-Xbatch"),
|
||||
DONTINLINE("dontinline", "", "-Xbatch"),
|
||||
INLINE("inline", ".*", "-Xbatch", "-XX:InlineSmallCode=4000"),
|
||||
DONTINLINE("dontinline", "", "-Xbatch", "-XX:InlineSmallCode=4000"),
|
||||
LOG("log", "", "-XX:+UnlockDiagnosticVMOptions",
|
||||
"-XX:+LogCompilation", "-XX:LogFile=" + LogProcessor.LOG_FILE),
|
||||
PRINT("print", ""),
|
||||
|
Loading…
x
Reference in New Issue
Block a user