< prev index next >

test/jdk/jdk/modules/incubator/DefaultImage.java

Print this page
rev 51638 : [mq]: 8210112

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 8170859
  * @summary Ensure no incubator modules are resolved by default in the image
- * @library /lib/testlibrary /test/lib
+ * @library /test/lib
  * @modules jdk.compiler
  * @build jdk.test.lib.compiler.CompilerUtils
  * @run testng DefaultImage
  */
 

@@ -45,11 +45,11 @@
 
 import org.testng.annotations.BeforeTest;
 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.*;
 
 @Test
 public class DefaultImage {
     private static final String JAVA_HOME = System.getProperty("java.home");
< prev index next >