< prev index next >

test/runtime/SharedArchiveFile/PrintSharedArchiveAndExit.java

Print this page

        

@@ -23,16 +23,17 @@
 
 /*
  * @test
  * @bug 8066670
  * @summary Testing -XX:+PrintSharedArchiveAndExit option
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  */
 
-import jdk.test.lib.*;
+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 >