< prev index next >

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

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

*** 28,40 **** import jdk.jfr.consumer.RecordedEvent; import jdk.test.lib.jfr.EventVerifier; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; ! /* * @test * @key jfr * @library /test/lib /test/jdk * @run driver jdk.jfr.event.gc.configuration.TestGCYoungGenerationConfigurationEventWithMinAndMaxSize */ public class TestGCYoungGenerationConfigurationEventWithMinAndMaxSize { public static void main(String[] args) throws Exception { --- 28,41 ---- import jdk.jfr.consumer.RecordedEvent; import jdk.test.lib.jfr.EventVerifier; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run driver jdk.jfr.event.gc.configuration.TestGCYoungGenerationConfigurationEventWithMinAndMaxSize */ public class TestGCYoungGenerationConfigurationEventWithMinAndMaxSize { public static void main(String[] args) throws Exception {
< prev index next >