< prev index next >

test/gc/ergonomics/TestDynamicNumberOfGCThreads.java

Print this page

        

@@ -28,12 +28,12 @@
  * @requires vm.gc=="null"
  * @key gc
  * @library /testlibrary
  */
 
-import com.oracle.java.testlibrary.ProcessTools;
-import com.oracle.java.testlibrary.OutputAnalyzer;
+import jdk.test.lib.ProcessTools;
+import jdk.test.lib.OutputAnalyzer;
 
 public class TestDynamicNumberOfGCThreads {
   public static void main(String[] args) throws Exception {
 
     testDynamicNumberOfGCThreads("UseConcMarkSweepGC");
< prev index next >