< prev index next >

test/runtime/SharedArchiveFile/DefaultUseWithClient.java

Print this page

        

@@ -22,19 +22,21 @@
  */
 
 /*
  * @test DefaultUseWithClient
  * @summary Test default behavior of sharing with -client
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @ignore 8154204
  * @run main DefaultUseWithClient
  * @bug 8032224
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.Platform;
 import java.io.File;
 
 public class DefaultUseWithClient {
     public static void main(String[] args) throws Exception {
         String fileName = "DefaultUseWithClient.jsa";
< prev index next >