--- old/test/compiler/ciReplay/TestVMNoCompLevel.java 2016-12-07 22:47:58.079822993 -0800 +++ new/test/compiler/ciReplay/TestVMNoCompLevel.java 2016-12-07 22:47:57.946810997 -0800 @@ -65,7 +65,12 @@ throw new Error("Failed to read/write replay data: " + ioe, ioe); } if (CLIENT_VM_AVAILABLE) { - negativeTest(CLIENT_VM_OPTION); + if (SERVER_VM_AVAILABLE) { + negativeTest(CLIENT_VM_OPTION); + } + else { + positiveTest(CLIENT_VM_OPTION); + } } if (SERVER_VM_AVAILABLE) { positiveTest(TIERED_DISABLED_VM_OPTION, SERVER_VM_OPTION);