# HG changeset patch # User iignatyev # Date 1466020684 -10800 # Node ID c154eca6daa5570f6b866ae1f53bfd5c0f4a7fdf # Parent ea04b4d9d86204ac374ae6aad74caf94d3df6523 8158754: compilercontrol tests: RandomCommandsTest.java and RandomValidCommandsTest.java - fail in PIT Reviewed-by: neliasso diff -r ea04b4d9d862 -r c154eca6daa5 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();