hotspot/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java
changeset 30604 b8d532cb6420
parent 30146 a5809dde4617
child 36851 03e2f4d0a421
equal deleted inserted replaced
30603:a8754858a7fc 30604:b8d532cb6420
    32  * @bug 8025642
    32  * @bug 8025642
    33  * @modules java.base/sun.misc
    33  * @modules java.base/sun.misc
    34  *          java.management
    34  *          java.management
    35  */
    35  */
    36 
    36 
    37 import com.oracle.java.testlibrary.*;
    37 import jdk.test.lib.*;
    38 
    38 
    39 public class CdsDifferentObjectAlignment {
    39 public class CdsDifferentObjectAlignment {
    40     public static void main(String[] args) throws Exception {
    40     public static void main(String[] args) throws Exception {
    41         String nativeWordSize = System.getProperty("sun.arch.data.model");
    41         String nativeWordSize = System.getProperty("sun.arch.data.model");
    42         if (!Platform.is64bit()) {
    42         if (!Platform.is64bit()) {