< prev index next >

test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithCMSConcurrent.java

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

*** 23,35 **** * questions. */ package jdk.jfr.event.gc.collection; ! /* * @test * @key jfr * * @requires (vm.gc == "ConcMarkSweep" | vm.gc == null) & !vm.graal.enabled * & vm.opt.ExplicitGCInvokesConcurrent != false * @library /test/lib /test/jdk * --- 23,36 ---- * questions. */ package jdk.jfr.event.gc.collection; ! /** * @test * @key jfr + * @requires vm.hasJFR * * @requires (vm.gc == "ConcMarkSweep" | vm.gc == null) & !vm.graal.enabled * & vm.opt.ExplicitGCInvokesConcurrent != false * @library /test/lib /test/jdk *
< prev index next >