< prev index next >

test/jdk/jdk/jfr/event/gc/detailed/TestPromotionEventWithParallelScavenge.java

Print this page
rev 51054 : imported patch 9000013-aixDisableJFR-requires.patch

*** 22,35 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.jfr.event.gc.detailed; ! /* * @test * @key jfr * @summary Test that events are created when an object is aged or promoted during a GC and the copying of the object requires a new PLAB or direct heap allocation * * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk * @run main/othervm -Xmx32m -Xms32m -Xmn12m -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:MaxTenuringThreshold=5 -XX:InitialTenuringThreshold=5 jdk.jfr.event.gc.detailed.TestPromotionEventWithParallelScavenge */ --- 22,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.jfr.event.gc.detailed; ! /** * @test * @key jfr * @summary Test that events are created when an object is aged or promoted during a GC and the copying of the object requires a new PLAB or direct heap allocation + * @requires vm.hasJFR * * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk * @run main/othervm -Xmx32m -Xms32m -Xmn12m -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:MaxTenuringThreshold=5 -XX:InitialTenuringThreshold=5 jdk.jfr.event.gc.detailed.TestPromotionEventWithParallelScavenge */
< prev index next >