hotspot/test/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
changeset 33730 30e064828045
parent 32367 8527712452de
child 36851 03e2f4d0a421
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    25  * @test
    25  * @test
    26  * @bug 8031323
    26  * @bug 8031323
    27  * @summary Verify that objects promoted from survivor space to tenured space
    27  * @summary Verify that objects promoted from survivor space to tenured space
    28  *          when their age exceeded tenuring threshold are not aligned to
    28  *          when their age exceeded tenuring threshold are not aligned to
    29  *          SurvivorAlignmentInBytes value.
    29  *          SurvivorAlignmentInBytes value.
    30  * @library /testlibrary /../../test/lib
    30  * @library /testlibrary /test/lib
    31  * @modules java.base/sun.misc
    31  * @modules java.base/sun.misc
    32  *          java.management
    32  *          java.management
    33  * @build TestPromotionFromSurvivorToTenuredAfterMinorGC
    33  * @build TestPromotionFromSurvivorToTenuredAfterMinorGC
    34  *        SurvivorAlignmentTestMain AlignmentHelper
    34  *        SurvivorAlignmentTestMain AlignmentHelper
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox