< prev index next >

test/runtime/SharedArchiveFile/PrintSharedArchiveAndExit.java

Print this page

        

*** 28,38 **** * @library /testlibrary * @modules java.base/sun.misc * java.management */ ! import com.oracle.java.testlibrary.*; public class PrintSharedArchiveAndExit { public static void main(String[] args) throws Exception { String filename = "./PrintSharedArchiveAndExit.jsa"; --- 28,38 ---- * @library /testlibrary * @modules java.base/sun.misc * java.management */ ! import jdk.test.lib.*; public class PrintSharedArchiveAndExit { public static void main(String[] args) throws Exception { String filename = "./PrintSharedArchiveAndExit.jsa";
< prev index next >