< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

*** 22,33 **** */ /* * @test * @bug 8060130 ! * @library /lib/testlibrary ! * @build package2.Class2 GetSystemPackage jdk.testlibrary.* * @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 */ --- 22,33 ---- */ /* * @test * @bug 8060130 ! * @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,49 **** 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; public class GetSystemPackage { static final String testClassesDir = System.getProperty("test.classes", "."); static final File tmpFolder = new File(testClassesDir); --- 39,49 ---- 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.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 >