< prev index next >

test/gc/arguments/TestG1ConcRefinementThreads.java

Print this page

        

@@ -25,16 +25,17 @@
  * @test TestG1ConcRefinementThreads
  * @key gc
  * @bug 8047976
  * @requires vm.gc.G1
  * @summary Tests argument processing for G1ConcRefinementThreads
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 import java.util.*;
 import java.util.regex.*;
 
 public class TestG1ConcRefinementThreads {
 
< prev index next >