hotspot/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java
changeset 22892 1709e0e0b87c
parent 18071 156996e4323f
child 23442 be6bd2c1f2a8
equal deleted inserted replaced
22891:1f5d1fff23fa 22892:1709e0e0b87c
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
       
    25  * @ignore 8025642
    25  * @test CdsDifferentObjectAlignment
    26  * @test CdsDifferentObjectAlignment
    26  * @summary Testing CDS (class data sharing) using varying object alignment.
    27  * @summary Testing CDS (class data sharing) using varying object alignment.
    27  *          Using different object alignment for each dump/load pair.
    28  *          Using different object alignment for each dump/load pair.
    28  *          This is a negative test; using  object alignment for loading that
    29  *          This is a negative test; using  object alignment for loading that
    29  *          is different from object alignment for creating a CDS file
    30  *          is different from object alignment for creating a CDS file
    30  *          should fail when loading.
    31  *          should fail when loading.
    31  * @library /testlibrary
    32  * @library /testlibrary
       
    33  * @bug 8025642
    32  */
    34  */
    33 
    35 
    34 import com.oracle.java.testlibrary.*;
    36 import com.oracle.java.testlibrary.*;
    35 
    37 
    36 public class CdsDifferentObjectAlignment {
    38 public class CdsDifferentObjectAlignment {