--- old/test/jdk/java/lang/instrument/executableJAR/ExecJarWithAgent.java 2018-09-26 16:32:17.000000000 -0700 +++ new/test/jdk/java/lang/instrument/executableJAR/ExecJarWithAgent.java 2018-09-26 16:32:17.000000000 -0700 @@ -24,7 +24,8 @@ /** * @test * @library /test/lib - * @build ExecJarWithAgent Main Agent AgentHelper JarUtils + * @build ExecJarWithAgent Main Agent AgentHelper + * jdk.test.lib.util.JarUtils * @run testng ExecJarWithAgent * @summary Test starting agents in executable JAR files */ @@ -40,6 +41,7 @@ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.util.JarUtils; @Test public class ExecJarWithAgent {