hotspot/test/gc/TestSmallHeap.java
changeset 39710 e6e90bd74dc4
parent 38929 1ee62412a66f
child 39997 a65e14a0d827
equal deleted inserted replaced
39709:74a3b555ed99 39710:e6e90bd74dc4
    25  * @test TestSmallHeap
    25  * @test TestSmallHeap
    26  * @bug 8067438 8152239
    26  * @bug 8067438 8152239
    27  * @requires vm.gc=="null"
    27  * @requires vm.gc=="null"
    28  * @summary Verify that starting the VM with a small heap works
    28  * @summary Verify that starting the VM with a small heap works
    29  * @library /testlibrary /test/lib /test/lib/share/classes
    29  * @library /testlibrary /test/lib /test/lib/share/classes
       
    30  * @ignore 8161552
    30  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.management/sun.management
    32  * @modules java.management/sun.management
    32  * @build TestSmallHeap
    33  * @build TestSmallHeap
    33  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestSmallHeap
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestSmallHeap