< prev index next >

test/gc/g1/TestHumongousAllocInitialMark.java

Print this page

        

@@ -28,11 +28,11 @@
  * @library /testlibrary
  * @modules java.base/sun.misc
  *          java.management
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class TestHumongousAllocInitialMark {
     // Heap sizes < 224 MB are increased to 224 MB if vm_page_size == 64K to
     // fulfill alignment constraints.
     private static final int heapSize                       = 224; // MB
< prev index next >