< prev index next >

test/runtime/modules/Xpatch/XpatchTest.java

Print this page

        

@@ -24,16 +24,18 @@
 /*
  * @test
  * @bug 8130399
  * @summary Make sure -Xpatch works for modules besides java.base.
  * @modules java.base/jdk.internal.misc
- * @library /testlibrary
+ * @library /test/lib
  * @compile XpatchMain.java
  * @run main XpatchTest
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.InMemoryJavaCompiler;
 
 public class XpatchTest {
 
     public static void main(String[] args) throws Exception {
         String source = "package javax.naming.spi; "                +
< prev index next >