--- old/test/jdk/java/lang/Package/IsCompatibleWithDriver.java 2018-09-26 16:32:13.000000000 -0700 +++ new/test/jdk/java/lang/Package/IsCompatibleWithDriver.java 2018-09-26 16:32:12.000000000 -0700 @@ -27,7 +27,7 @@ * @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 */ @@ -43,6 +43,7 @@ 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 {