< prev index next >

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

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

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