< prev index next >

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

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

@@ -22,11 +22,12 @@
  */
 
 /**
  * @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
  */
 
 import java.nio.file.Path;

@@ -38,10 +39,11 @@
 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 >