< prev index next >

test/jdk/java/lang/ClassLoader/GetSystemPackage.java

Print this page
rev 51638 : [mq]: 8210112

@@ -22,12 +22,12 @@
  */
 
 /*
  * @test
  * @bug 8060130
- * @library /lib/testlibrary
- * @build package2.Class2 GetSystemPackage jdk.testlibrary.*
+ * @library /test/lib
+ * @build package2.Class2 GetSystemPackage
  * @summary Test if getSystemPackage() return consistent values for cases
  *          where a manifest is provided or not and ensure only jars on
  *          bootclasspath gets resolved via Package.getSystemPackage
  * @run main GetSystemPackage
  */

@@ -39,11 +39,11 @@
 import java.io.IOException;
 import java.util.jar.Attributes;
 import java.util.jar.JarEntry;
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.process.ProcessTools;
 
 public class GetSystemPackage {
 
     static final String testClassesDir = System.getProperty("test.classes", ".");
     static final File tmpFolder = new File(testClassesDir);
< prev index next >