hotspot/test/gc/TestSmallHeap.java
changeset 36508 5f9eee6b383b
parent 33730 30e064828045
child 38152 80e5da81fb2c
equal deleted inserted replaced
36507:c80f6ecb0bb3 36508:5f9eee6b383b
    29  * @requires vm.compMode != "Xcomp"
    29  * @requires vm.compMode != "Xcomp"
    30  * @requires vm.opt.UseCompressedOops != false
    30  * @requires vm.opt.UseCompressedOops != false
    31  * @summary Verify that starting the VM with a small heap works
    31  * @summary Verify that starting the VM with a small heap works
    32  * @library /testlibrary /test/lib
    32  * @library /testlibrary /test/lib
    33  * @modules java.management/sun.management
    33  * @modules java.management/sun.management
       
    34  * @ignore 8076621
    34  * @build TestSmallHeap
    35  * @build TestSmallHeap
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    36  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    36  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xmx2m -XX:+UseParallelGC TestSmallHeap
    37  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xmx2m -XX:+UseParallelGC TestSmallHeap
    37  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xmx2m -XX:+UseSerialGC TestSmallHeap
    38  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xmx2m -XX:+UseSerialGC TestSmallHeap
    38  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xmx2m -XX:+UseG1GC TestSmallHeap
    39  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xmx2m -XX:+UseG1GC TestSmallHeap