hotspot/test/gc/survivorAlignment/TestAllocationInEden.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 object's alignment in eden space is not affected by
    27  * @summary Verify that object's alignment in eden space is not affected by
    28  *          SurvivorAlignmentInBytes option.
    28  *          SurvivorAlignmentInBytes option.
    29  * @library /testlibrary /testlibrary/whitebox
    29  * @library /testlibrary /../../test/lib
    30  * @build TestAllocationInEden SurvivorAlignmentTestMain AlignmentHelper
    30  * @build TestAllocationInEden SurvivorAlignmentTestMain AlignmentHelper
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  *                   -XX:+WhiteBoxAPI -XX:NewSize=64m -XX:MaxNewSize=64m
    34  *                   -XX:+WhiteBoxAPI -XX:NewSize=64m -XX:MaxNewSize=64m