< prev index next >

test/gc/ergonomics/TestDynamicNumberOfGCThreads.java

Print this page

        

@@ -26,15 +26,15 @@
  * @bug 8017462
  * @summary Ensure that UseDynamicNumberOfGCThreads runs
  * @requires vm.gc=="null"
  * @key gc
  * @modules java.base/jdk.internal.misc
- * @library /testlibrary
+ * @library /test/lib
  */
 
-import jdk.test.lib.ProcessTools;
-import jdk.test.lib.OutputAnalyzer;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 public class TestDynamicNumberOfGCThreads {
   public static void main(String[] args) throws Exception {
 
     testDynamicNumberOfGCThreads("UseConcMarkSweepGC");
< prev index next >