hotspot/test/gc/g1/TestRegionLivenessPrint.java
changeset 40631 ed82623d7831
parent 39414 4adf52148100
equal deleted inserted replaced
40629:514bf0744294 40631:ed82623d7831
    25  * @test TestRegionLivenessPrint.java
    25  * @test TestRegionLivenessPrint.java
    26  * @bug 8151920
    26  * @bug 8151920
    27  * @requires vm.gc.G1
    27  * @requires vm.gc.G1
    28  * @summary Make sure that G1 does not assert when printing region liveness data on a humongous continues region.
    28  * @summary Make sure that G1 does not assert when printing region liveness data on a humongous continues region.
    29  * @key gc
    29  * @key gc
    30  * @library /testlibrary /test/lib
    30  * @library /test/lib
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  * @build TestRegionLivenessPrint
    32  * @build sun.hotspot.WhiteBox
    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 -XX:+WhiteBoxAPI -XX:+UseG1GC -Xmx128M -XX:G1HeapRegionSize=1m -Xlog:gc+liveness=trace TestRegionLivenessPrint
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+UseG1GC -Xmx128M -XX:G1HeapRegionSize=1m -Xlog:gc+liveness=trace TestRegionLivenessPrint
    36  */
    36  */
    37 
    37