< prev index next >

test/jdk/tools/launcher/modules/validate/ValidateModulesTest.java

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

@@ -24,11 +24,11 @@
 /**
  * @test
  * @bug 8178380 8194937
  * @modules java.xml
  * @library src /test/lib
- * @build ValidateModulesTest hello/* JarUtils
+ * @build ValidateModulesTest hello/* jdk.test.lib.util.JarUtils
  * @run testng ValidateModulesTest
  * @summary Basic test for java --validate-modules
  */
 
 import java.io.File;

@@ -36,10 +36,11 @@
 import java.nio.file.Files;
 import java.nio.file.Path;
 
 import jdk.test.lib.process.ProcessTools;
 import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.util.JarUtils;
 
 import org.testng.annotations.Test;
 import static org.testng.Assert.*;
 
 @Test
< prev index next >