< prev index next >

test/compiler/ciReplay/TestVMNoCompLevel.java

Print this page

        

*** 63,74 **** --- 63,79 ---- Files.write(replayFilePath, replayContent, StandardOpenOption.TRUNCATE_EXISTING); } catch (IOException ioe) { throw new Error("Failed to read/write replay data: " + ioe, ioe); } if (CLIENT_VM_AVAILABLE) { + 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); positiveTest(TIERED_ENABLED_VM_OPTION, SERVER_VM_OPTION); } }
< prev index next >