hotspot/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java
changeset 36851 03e2f4d0a421
parent 30604 b8d532cb6420
child 40631 ed82623d7831
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    28  *          This is a negative test; using  object alignment for loading that
    28  *          This is a negative test; using  object alignment for loading that
    29  *          is different from object alignment for creating a CDS file
    29  *          is different from object alignment for creating a CDS file
    30  *          should fail when loading.
    30  *          should fail when loading.
    31  * @library /testlibrary
    31  * @library /testlibrary
    32  * @bug 8025642
    32  * @bug 8025642
    33  * @modules java.base/sun.misc
    33  * @modules java.base/jdk.internal.misc
    34  *          java.management
    34  *          java.management
    35  */
    35  */
    36 
    36 
    37 import jdk.test.lib.*;
    37 import jdk.test.lib.*;
    38 
    38