hotspot/test/gc/survivorAlignment/TestPromotionToSurvivor.java
changeset 28190 5a6b07edeb21
parent 27890 9c0e6a049e1f
child 28203 905c60857879
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    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