hotspot/test/gc/survivorAlignment/TestPromotionToSurvivor.java
changeset 33730 30e064828045
parent 31608 b5cb9a07591a
child 36851 03e2f4d0a421
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8031323
    26  * @bug 8031323
    27  * @summary Verify that objects promoted from eden space to survivor space after
    27  * @summary Verify that objects promoted from eden space to survivor space after
    28  *          minor GC are aligned to SurvivorAlignmentInBytes.
    28  *          minor GC are aligned to SurvivorAlignmentInBytes.
    29  * @library /testlibrary /../../test/lib
    29  * @library /testlibrary /test/lib
    30  * @modules java.base/sun.misc
    30  * @modules java.base/sun.misc
    31  *          java.management
    31  *          java.management
    32  * @build TestPromotionToSurvivor
    32  * @build TestPromotionToSurvivor
    33  *        SurvivorAlignmentTestMain AlignmentHelper
    33  *        SurvivorAlignmentTestMain AlignmentHelper
    34  * @ignore 8129886
    34  * @ignore 8129886