< prev index next >

test/gc/cms/DisableResizePLAB.java

Print this page

        

*** 26,36 **** * @key gc * @bug 8060467 * @author filipp.zhinkin@oracle.com, john.coomes@oracle.com * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null" * @summary Run CMS with PLAB resizing disabled and a small OldPLABSize ! * @run main/othervm -XX:+UseConcMarkSweepGC -XX:-ResizePLAB -XX:OldPLABSize=1k -Xmx256m -XX:+PrintGCDetails DisableResizePLAB */ public class DisableResizePLAB { public static void main(String args[]) throws Exception { Object garbage[] = new Object[1_000]; --- 26,36 ---- * @key gc * @bug 8060467 * @author filipp.zhinkin@oracle.com, john.coomes@oracle.com * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null" * @summary Run CMS with PLAB resizing disabled and a small OldPLABSize ! * @run main/othervm -XX:+UseConcMarkSweepGC -XX:-ResizePLAB -XX:OldPLABSize=1k -Xmx256m -Xlog:gc=debug DisableResizePLAB */ public class DisableResizePLAB { public static void main(String args[]) throws Exception { Object garbage[] = new Object[1_000];
< prev index next >