hotspot/test/gc/survivorAlignment/TestAllocationInEden.java
changeset 36851 03e2f4d0a421
parent 33730 30e064828045
child 40631 ed82623d7831
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    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 /test/lib
    29  * @library /testlibrary /test/lib
    30  * @modules java.base/sun.misc
    30  * @modules java.base/jdk.internal.misc
    31  *          java.management
    31  *          java.management
    32  * @build TestAllocationInEden SurvivorAlignmentTestMain AlignmentHelper
    32  * @build TestAllocationInEden 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