8157717: MultiCommand breaks directives amount limit
Summary: Increase directives amount for these tests
Reviewed-by: kvn, ppunegov
--- a/hotspot/test/compiler/compilercontrol/share/MultiCommand.java Wed May 25 13:30:07 2016 +0000
+++ b/hotspot/test/compiler/compilercontrol/share/MultiCommand.java Thu May 26 14:17:49 2016 +0200
@@ -73,6 +73,7 @@
public void test() {
Scenario.Builder builder = Scenario.getBuilder();
builder.addFlag("-Xmixed");
+ builder.addFlag("-XX:CompilerDirectivesLimit=101");
for (CompileCommand cc : testCases) {
cc.print();
builder.add(cc);