hotspot/test/gc/TestSmallHeap.java
changeset 39997 a65e14a0d827
parent 39993 82256382f7a1
parent 39710 e6e90bd74dc4
child 40018 01e7ce835887
equal deleted inserted replaced
39994:df6091cda80a 39997:a65e14a0d827
    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