--- old/test/hotspot/jtreg/runtime/Dictionary/ProtectionDomainCacheTest.java 2018-09-26 16:31:48.000000000 -0700 +++ new/test/hotspot/jtreg/runtime/Dictionary/ProtectionDomainCacheTest.java 2018-09-26 16:31:47.000000000 -0700 @@ -27,7 +27,8 @@ * @summary Call Class.forName() on the system classloader from a class loaded * from a custom classloader, using the current class's protection domain. * @library /test/lib - * @build jdk.test.lib.Utils JarUtils + * @build jdk.test.lib.Utils + * jdk.test.lib.util.JarUtils * @build ClassForName ProtectionDomainCacheTest * @run main/othervm/policy=test.policy -XX:+UnlockDiagnosticVMOptions -XX:VerifySubSet=dictionary -XX:+VerifyAfterGC -Xlog:gc+verify=debug,protectiondomain=trace,class+unload:gc.log -Djava.security.manager ProtectionDomainCacheTest */ @@ -40,6 +41,7 @@ import java.nio.file.Paths; import java.util.List; import jdk.test.lib.Utils; +import jdk.test.lib.util.JarUtils; /* * Create .jar, load ClassForName from .jar using a URLClassLoader