< prev index next >

test/gc/TestSmallHeap.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /** * @test TestSmallHeap * @bug 8067438 * @requires vm.gc=="null" * @summary Verify that starting the VM with a small heap works + * @library /testlibrary * @run main/othervm -Xmx4m -XX:+UseParallelGC TestSmallHeap * @run main/othervm -Xmx4m -XX:+UseSerialGC TestSmallHeap * @run main/othervm -Xmx4m -XX:+UseG1GC TestSmallHeap * @run main/othervm -Xmx4m -XX:+UseConcMarkSweepGC -XX:CMSMarkStackSizeMax=1032 TestSmallHeap *
< prev index next >