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