hotspot/test/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
changeset 28203 905c60857879
parent 28182 8a51e754d3d8
parent 28190 5a6b07edeb21
child 29678 dd2f3932c21e
equal deleted inserted replaced
28184:2ebaca4f00e2 28203:905c60857879
    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 /testlibrary/whitebox
    30  * @library /testlibrary /../../test/lib
    31  * @build TestPromotionFromSurvivorToTenuredAfterMinorGC
    31  * @build TestPromotionFromSurvivorToTenuredAfterMinorGC
    32  *        SurvivorAlignmentTestMain AlignmentHelper
    32  *        SurvivorAlignmentTestMain AlignmentHelper
    33  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions