< prev index next >

test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java

Print this page

        

@@ -32,11 +32,11 @@
  * @bug 8025642
  * @modules java.base/sun.misc
  *          java.management
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class CdsDifferentObjectAlignment {
     public static void main(String[] args) throws Exception {
         String nativeWordSize = System.getProperty("sun.arch.data.model");
         if (!Platform.is64bit()) {
< prev index next >