< prev index next >

test/runtime/SharedArchiveFile/PrintSharedArchiveAndExit.java

Print this page

        

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