< prev index next >

test/hotspot/jtreg/gc/TestSmallHeap.java

Print this page

        

*** 24,34 **** package gc; /** * @test TestSmallHeap * @bug 8067438 8152239 ! * @requires vm.gc=="null" * @summary Verify that starting the VM with a small heap works * @library /test/lib * @modules java.base/jdk.internal.misc * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox --- 24,34 ---- package gc; /** * @test TestSmallHeap * @bug 8067438 8152239 ! * @requires vm.gc.Serial & vm.gc.Parallel & vm.gc.G1 & vm.gc.ConcMarkSweep * @summary Verify that starting the VM with a small heap works * @library /test/lib * @modules java.base/jdk.internal.misc * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
< prev index next >