8157717: MultiCommand breaks directives amount limit
Increase directives amount for these tests Reviewed-by: kvn, ppunegov
This commit is contained in:
parent
75909b48f3
commit
24805477df
@ -73,6 +73,7 @@ public class MultiCommand extends AbstractTestBase {
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user