< prev index next >

test/gc/metaspace/TestCapacityUntilGCWrapAround.java

Print this page

        

@@ -34,12 +34,12 @@
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestCapacityUntilGCWrapAround
  */
 
 import sun.hotspot.WhiteBox;
 
-import com.oracle.java.testlibrary.Asserts;
-import com.oracle.java.testlibrary.Platform;
+import jdk.test.lib.Asserts;
+import jdk.test.lib.Platform;
 
 public class TestCapacityUntilGCWrapAround {
     private static long MB = 1024 * 1024;
     private static long GB = 1024 * MB;
     private static long MAX_UINT = 4 * GB - 1; // On 32-bit platforms
< prev index next >