< prev index next >

test/jdk/java/rmi/module/ModuleTest.java

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

@@ -23,11 +23,13 @@
 
 /**
  * @test
  * @library /test/lib
  * @build jdk.test.lib.process.ProcessTools
- *        ModuleTest jdk.test.lib.compiler.CompilerUtils JarUtils
+ *        jdk.test.lib.compiler.CompilerUtils
+ *        jdk.test.lib.util.JarUtils
+ *        ModuleTest
  * @run testng ModuleTest
  * @summary Basic tests for using rmi in module world
  */
 
 import static jdk.test.lib.process.ProcessTools.executeTestJava;

@@ -35,10 +37,11 @@
 import static org.testng.Assert.assertTrue;
 
 import java.io.File;
 import java.nio.file.Paths;
 import jdk.test.lib.compiler.CompilerUtils;
+import jdk.test.lib.util.JarUtils;
 
 import org.testng.annotations.BeforeTest;
 import org.testng.annotations.Test;
 
 public class ModuleTest {
< prev index next >