hotspot/test/gc/TestSmallHeap.java
changeset 31029 9c1a5254c185
parent 30604 b8d532cb6420
child 33730 30e064828045
equal deleted inserted replaced
31028:8c5b4d489c41 31029:9c1a5254c185
    25  * @test TestSmallHeap
    25  * @test TestSmallHeap
    26  * @bug 8067438
    26  * @bug 8067438
    27  * @requires vm.gc=="null"
    27  * @requires vm.gc=="null"
    28  * @requires (vm.opt.AggressiveOpts=="null") | (vm.opt.AggressiveOpts=="false")
    28  * @requires (vm.opt.AggressiveOpts=="null") | (vm.opt.AggressiveOpts=="false")
    29  * @requires vm.compMode != "Xcomp"
    29  * @requires vm.compMode != "Xcomp"
       
    30  * @requires vm.opt.UseCompressedOops != false
    30  * @summary Verify that starting the VM with a small heap works
    31  * @summary Verify that starting the VM with a small heap works
    31  * @library /testlibrary /../../test/lib
    32  * @library /testlibrary /../../test/lib
    32  * @modules java.management/sun.management
    33  * @modules java.management/sun.management
    33  * @build TestSmallHeap
    34  * @build TestSmallHeap
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox