< prev index next >

test/jdk/jdk/jfr/api/flightrecorder/TestGetPlatformRecorder.java

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

*** 27,39 **** import static jdk.test.lib.Asserts.assertEquals; import jdk.jfr.FlightRecorder; ! /* * @test * @key jfr * @library /test/lib * @run main/othervm jdk.jfr.api.flightrecorder.TestGetPlatformRecorder */ public class TestGetPlatformRecorder { --- 27,40 ---- import static jdk.test.lib.Asserts.assertEquals; import jdk.jfr.FlightRecorder; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib * @run main/othervm jdk.jfr.api.flightrecorder.TestGetPlatformRecorder */ public class TestGetPlatformRecorder {
< prev index next >