< prev index next >

test/gc/startup_warnings/TestParNewCMS.java

Print this page

        

@@ -24,17 +24,17 @@
 /*
 * @test TestParNewCMS
 * @key gc
 * @bug 8065972
 * @summary Test that specifying -XX:+UseParNewGC on the command line logs a warning message
-* @library /testlibrary
+* @library /test/lib
 * @modules java.base/jdk.internal.misc
 *          java.management
 */
 
-import jdk.test.lib.OutputAnalyzer;
-import jdk.test.lib.ProcessTools;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
 
 
 public class TestParNewCMS {
 
   public static void main(String args[]) throws Exception {
< prev index next >