< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

*** 22,31 **** --- 22,32 ---- */ /** * @test * @library /lib/testlibrary + * @library /test/lib * @build ExecJarWithAgent Main Agent AgentHelper JarUtils jdk.testlibrary.* * @run testng ExecJarWithAgent * @summary Test starting agents in executable JAR files */
*** 36,47 **** import java.util.stream.Stream; import org.testng.annotations.Test; import static org.testng.Assert.*; ! import jdk.testlibrary.ProcessTools; ! import jdk.testlibrary.OutputAnalyzer; @Test public class ExecJarWithAgent { /** --- 37,48 ---- import java.util.stream.Stream; import org.testng.annotations.Test; import static org.testng.Assert.*; ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; @Test public class ExecJarWithAgent { /**
< prev index next >