test/gc/concurrentMarkSweep/DisableResizePLAB.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test DisableResizePLAB * @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 {