< prev index next >

test/gc/logging/TestGCId.java

Print this page

        

@@ -29,12 +29,12 @@
  * @library /testlibrary
  * @modules java.base/sun.misc
  *          java.management
  */
 
-import com.oracle.java.testlibrary.ProcessTools;
-import com.oracle.java.testlibrary.OutputAnalyzer;
+import jdk.test.lib.ProcessTools;
+import jdk.test.lib.OutputAnalyzer;
 
 public class TestGCId {
   public static void main(String[] args) throws Exception {
     testGCId("UseParallelGC", "PrintGC");
     testGCId("UseParallelGC", "PrintGCDetails");
< prev index next >