< prev index next >

test/jdk/java/lang/Package/IsCompatibleWithDriver.java

Print this page
rev 51881 : [mq]: 8211171
rev 51882 : [mq]: 8211171-1

@@ -25,11 +25,11 @@
  * @test
  * @bug 4227825 4785473
  * @summary Test behaviour of Package.isCompatibleWith().
  * @library /test/lib
  * @build A IsCompatibleWith
- *        JarUtils
+ *        jdk.test.lib.util.JarUtils
  *        jdk.test.lib.process.*
  * @run main IsCompatibleWithDriver
  */
 
 import java.nio.file.Path;

@@ -41,10 +41,11 @@
 import java.io.InputStream;
 import java.nio.file.Files;
 
 import jdk.test.lib.process.ProcessTools;
 import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.util.JarUtils;
 
 public class IsCompatibleWithDriver {
     public static void main(String args[]) throws Throwable {
         Path classes = Paths.get(System.getProperty("test.classes", ""));
         Path manifest = Paths.get(System.getProperty("test.src"), "test.mf");
< prev index next >