< prev index next >

test/gc/g1/TestLargePageUseForAuxMemory.java

Print this page

        

@@ -32,11 +32,11 @@
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @summary Test that auxiliary data structures are allocated using large pages if available.
  * @run main/othervm -Xbootclasspath/a:. -XX:+UseG1GC -XX:+WhiteBoxAPI -XX:+IgnoreUnrecognizedVMOptions -XX:+UseLargePages TestLargePageUseForAuxMemory
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 import sun.hotspot.WhiteBox;
 
 public class TestLargePageUseForAuxMemory {
     static final int HEAP_REGION_SIZE = 4 * 1024 * 1024;
     static long largePageSize;
< prev index next >