< prev index next >

test/jdk/com/sun/jdi/cds/CDSJDITest.java

Print this page
rev 51638 : [mq]: 8210112

@@ -23,12 +23,12 @@
 
 /*
  * Helper superclass for launching JDI tests out of the CDS archive.
 */
 
-import jdk.testlibrary.OutputAnalyzer;
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 import java.io.*;
 import java.util.ArrayList;
 import sun.tools.jar.Main;
 
< prev index next >