< prev index next >

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

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

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