< prev index next >

test/jdk/jdk/jfr/jmx/TestGetRecordingsMultiple.java

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

*** 29,41 **** import java.util.List; import jdk.management.jfr.RecordingInfo; import jdk.test.lib.Asserts; ! /* * @test * @key jfr * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jmx.TestGetRecordingsMultiple */ public class TestGetRecordingsMultiple { --- 29,42 ---- import java.util.List; import jdk.management.jfr.RecordingInfo; import jdk.test.lib.Asserts; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jmx.TestGetRecordingsMultiple */ public class TestGetRecordingsMultiple {
< prev index next >