< prev index next >

test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithG1FullCollection.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 == "G1" | vm.gc == null) * & vm.opt.ExplicitGCInvokesConcurrent != true * @library /test/lib /test/jdk * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -Xmx32m -Xmn8m -XX:+UseG1GC -XX:-ExplicitGCInvokesConcurrent jdk.jfr.event.gc.collection.TestGCEventMixedWithG1FullCollection --- 23,36 ---- * questions. */ package jdk.jfr.event.gc.collection; ! /** * @test * @key jfr + * @requires vm.hasJFR * * @requires (vm.gc == "G1" | vm.gc == null) * & vm.opt.ExplicitGCInvokesConcurrent != true * @library /test/lib /test/jdk * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -Xmx32m -Xmn8m -XX:+UseG1GC -XX:-ExplicitGCInvokesConcurrent jdk.jfr.event.gc.collection.TestGCEventMixedWithG1FullCollection
< prev index next >