< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

@@ -22,10 +22,11 @@
  */
 
 /**
  * @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,12 +37,12 @@
 import java.util.stream.Stream;
 
 import org.testng.annotations.Test;
 import static org.testng.Assert.*;
 
-import jdk.testlibrary.ProcessTools;
-import jdk.testlibrary.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
 
 @Test
 public class ExecJarWithAgent {
 
     /**
< prev index next >