< prev index next >

test/gc/TestVerifySilently.java

Print this page

        

@@ -28,12 +28,12 @@
  * @library /testlibrary
  * @modules java.base/sun.misc
  *          java.management
  */
 
-import com.oracle.java.testlibrary.OutputAnalyzer;
-import com.oracle.java.testlibrary.ProcessTools;
+import jdk.test.lib.OutputAnalyzer;
+import jdk.test.lib.ProcessTools;
 import java.util.ArrayList;
 import java.util.Collections;
 
 class RunSystemGC {
   public static void main(String args[]) throws Exception {
< prev index next >