< prev index next >

test/jdk/jdk/jfr/event/gc/configuration/TestGCTLABConfigurationEvent.java

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

*** 33,45 **** import jdk.jfr.consumer.RecordedEvent; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.EventVerifier; import jdk.test.lib.jfr.Events; ! /* * @test * @key jfr * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:+UseTLAB -XX:MinTLABSize=3k -XX:TLABRefillWasteFraction=96 jdk.jfr.event.gc.configuration.TestGCTLABConfigurationEvent */ public class TestGCTLABConfigurationEvent { --- 33,46 ---- import jdk.jfr.consumer.RecordedEvent; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.EventVerifier; import jdk.test.lib.jfr.Events; ! /** * @test * @key jfr + * @requires vm.hasJFR * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:+UseTLAB -XX:MinTLABSize=3k -XX:TLABRefillWasteFraction=96 jdk.jfr.event.gc.configuration.TestGCTLABConfigurationEvent */ public class TestGCTLABConfigurationEvent {
< prev index next >