< prev index next >

test/jdk/java/lang/instrument/executableJAR/ExecJarWithAgent.java

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

*** 22,32 **** */ /** * @test * @library /test/lib ! * @build ExecJarWithAgent Main Agent AgentHelper JarUtils * @run testng ExecJarWithAgent * @summary Test starting agents in executable JAR files */ import java.nio.file.Path; --- 22,33 ---- */ /** * @test * @library /test/lib ! * @build ExecJarWithAgent Main Agent AgentHelper ! * jdk.test.lib.util.JarUtils * @run testng ExecJarWithAgent * @summary Test starting agents in executable JAR files */ import java.nio.file.Path;
*** 38,47 **** --- 39,49 ---- import org.testng.annotations.Test; import static org.testng.Assert.*; import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; + import jdk.test.lib.util.JarUtils; @Test public class ExecJarWithAgent { /**
< prev index next >