< prev index next >

test/jdk/jdk/modules/incubator/ImageModules.java

Print this page
rev 51638 : [mq]: 8210112

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 8170859
  * @summary Basic test for incubator modules in jmods and images
- * @library /lib/testlibrary /test/lib
+ * @library /test/lib
  * @key intermittent
  * @modules jdk.compiler jdk.jartool jdk.jlink
  * @build jdk.test.lib.Platform
  *        jdk.test.lib.util.FileUtils
  *        jdk.test.lib.compiler.CompilerUtils

@@ -52,11 +52,11 @@
 import org.testng.annotations.BeforeTest;
 import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;
 
 import static java.nio.charset.StandardCharsets.UTF_8;
-import static jdk.testlibrary.ProcessTools.executeCommand;
+import static jdk.test.lib.process.ProcessTools.executeCommand;
 import static org.testng.Assert.*;
 
 public class ImageModules {
     private static final String JAVA_HOME = System.getProperty("java.home");
     private static final Path JDK_JMODS = Paths.get(JAVA_HOME, "jmods");
< prev index next >