8158754: compilercontrol tests: RandomCommandsTest.java and RandomValidCommandsTest.java - fail in PIT
authoriignatyev
Wed, 15 Jun 2016 22:58:04 +0300
changeset 39427 c154eca6daa5
parent 39426 ea04b4d9d862
child 39428 24cb2cb4ae0b
8158754: compilercontrol tests: RandomCommandsTest.java and RandomValidCommandsTest.java - fail in PIT Reviewed-by: neliasso
hotspot/test/compiler/compilercontrol/share/MultiCommand.java
--- a/hotspot/test/compiler/compilercontrol/share/MultiCommand.java	Mon Jun 13 17:36:57 2016 -0700
+++ b/hotspot/test/compiler/compilercontrol/share/MultiCommand.java	Wed Jun 15 22:58:04 2016 +0300
@@ -73,6 +73,7 @@
     public void test() {
         Scenario.Builder builder = Scenario.getBuilder();
         builder.addFlag("-Xmixed");
+        builder.addFlag("-XX:+UnlockDiagnosticVMOptions");
         builder.addFlag("-XX:CompilerDirectivesLimit=101");
         for (CompileCommand cc : testCases) {
             cc.print();