< prev index next >

test/runtime/CompressedOops/UseCompressedOops.java

Print this page

        

@@ -30,11 +30,11 @@
  *          java.management
  * @run main UseCompressedOops
  */
 import java.util.ArrayList;
 import java.util.Collections;
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class UseCompressedOops {
 
     public static void main(String[] args) throws Exception {
         testCompressedOopsModesGCs();
< prev index next >