< prev index next >

test/hotspot/jtreg/runtime/appcds/cacheObject/ArchivedModuleWithCustomImageTest.java

Print this page

        

*** 128,137 **** --- 128,138 ---- appJar, "-Xshare:on", "-XX:+UnlockDiagnosticVMOptions", "-XX:+WhiteBoxAPI", "CheckArchivedModuleApp", + "yes", "yes"}; printCommand(runCmd); ProcessBuilder pbRun = new ProcessBuilder(); pbRun.command(runCmd); output = TestCommon.executeAndLog(pbRun, "custom.runtime.image.run");
< prev index next >