test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromEdenToTenured.java
changeset 50525 767cdb97f103
parent 48791 6e079ff6c83c
child 52925 9c18c9d839d3
equal deleted inserted replaced
50524:04f4e983c2f7 50525:767cdb97f103
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8031323
    26  * @bug 8031323
    27  * @summary Verify that objects promoted from eden space to tenured space during
    27  * @summary Verify that objects promoted from eden space to tenured space during
    28  *          full GC are not aligned to SurvivorAlignmentInBytes value.
    28  *          full GC are not aligned to SurvivorAlignmentInBytes value.
       
    29  * @requires vm.gc != "Z"
    29  * @library /test/lib
    30  * @library /test/lib
    30  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    31  *          java.management
    32  *          java.management
    32  * @build sun.hotspot.WhiteBox
    33  * @build sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox