test/compiler/compilercontrol/share/MultiCommand.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/compilercontrol/share/MultiCommand.java

test/compiler/compilercontrol/share/MultiCommand.java

Print this page
rev 10452 : 8140405: CompilerControl: Compiler.clear_directives doesn't clears the exclude state
Summary: Make directive excludes temporary
Reviewed-by:
rev 10454 : 8150054: Make compilercontrol test ignore xcomp
Summary: Add -Xmixed and use jtreg driver
Reviewed-by:

*** 70,80 **** } @Override public void test() { Scenario.Builder builder = Scenario.getBuilder(); - builder.addFlag("-Xmixed"); for (CompileCommand cc : testCases) { cc.print(); builder.add(cc); } Scenario scenario = builder.build(); --- 70,79 ----
test/compiler/compilercontrol/share/MultiCommand.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File