< prev index next >

test/runtime/SharedArchiveFile/PrintSharedArchiveAndExit.java

Print this page

        

*** 23,38 **** /* * @test * @bug 8066670 * @summary Testing -XX:+PrintSharedArchiveAndExit option ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management */ ! import jdk.test.lib.*; public class PrintSharedArchiveAndExit { public static void main(String[] args) throws Exception { String filename = "./PrintSharedArchiveAndExit.jsa"; --- 23,39 ---- /* * @test * @bug 8066670 * @summary Testing -XX:+PrintSharedArchiveAndExit option ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; public class PrintSharedArchiveAndExit { public static void main(String[] args) throws Exception { String filename = "./PrintSharedArchiveAndExit.jsa";
< prev index next >