< prev index next >

test/gc/logging/TestGCId.java

Print this page

        

@@ -25,17 +25,17 @@
  * @test TestGCId
  * @bug 8043607
  * @summary Ensure that the GCId is logged
  * @requires vm.gc=="null"
  * @key gc
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  */
 
-import jdk.test.lib.ProcessTools;
-import jdk.test.lib.OutputAnalyzer;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 public class TestGCId {
   public static void main(String[] args) throws Exception {
     testGCId("UseParallelGC");
     testGCId("UseG1GC");
< prev index next >