< prev index next >

test/jdk/jdk/jfr/jmx/TestWrongId.java

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

*** 30,43 **** import jdk.management.jfr.FlightRecorderMXBean; import jdk.test.lib.jfr.CommonHelper; import jdk.test.lib.jfr.VoidFunction; ! /* * @test * @key jfr * @summary Call functions with invalid argument id. Verify Exception. * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jmx.TestWrongId */ public class TestWrongId { public static void main(String[] args) throws Throwable { --- 30,44 ---- import jdk.management.jfr.FlightRecorderMXBean; import jdk.test.lib.jfr.CommonHelper; import jdk.test.lib.jfr.VoidFunction; ! /** * @test * @key jfr * @summary Call functions with invalid argument id. Verify Exception. + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jmx.TestWrongId */ public class TestWrongId { public static void main(String[] args) throws Throwable {
< prev index next >