8157717: MultiCommand breaks directives amount limit
authorneliasso
Thu, 26 May 2016 14:17:49 +0200
changeset 38715 f8a3a82dfaf0
parent 38714 170464570e45
child 38716 640c37e201b9
8157717: MultiCommand breaks directives amount limit Summary: Increase directives amount for these tests Reviewed-by: kvn, ppunegov
hotspot/test/compiler/compilercontrol/share/MultiCommand.java
--- 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);