< prev index next >

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

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

*** 22,33 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.jfr.event.gc.detailed; ! /* * @test * @requires (vm.gc == "null" | vm.gc == "ConcMarkSweep") & !vm.graal.enabled * @library /test/lib /test/jdk * @run main/othervm -XX:+UseConcMarkSweepGC -Xmx256m jdk.jfr.event.gc.detailed.TestStressBigAllocationGCEventsWithCMS 1048576 */ public class TestStressBigAllocationGCEventsWithCMS { --- 22,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.jfr.event.gc.detailed; ! /** * @test + * @requires vm.hasJFR * @requires (vm.gc == "null" | vm.gc == "ConcMarkSweep") & !vm.graal.enabled * @library /test/lib /test/jdk * @run main/othervm -XX:+UseConcMarkSweepGC -Xmx256m jdk.jfr.event.gc.detailed.TestStressBigAllocationGCEventsWithCMS 1048576 */ public class TestStressBigAllocationGCEventsWithCMS {
< prev index next >