< prev index next >

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

Print this page

        

@@ -128,10 +128,11 @@
                            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 >