< prev index next >

test/jdk/jdk/jfr/jmx/TestCopyTo.java

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

*** 33,45 **** import jdk.jfr.consumer.RecordingFile; import jdk.management.jfr.FlightRecorderMXBean; import jdk.test.lib.Asserts; import jdk.test.lib.jfr.SimpleEventHelper; ! /* * @test * @key jfr * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jmx.TestCopyTo */ public class TestCopyTo { public static void main(String[] args) throws Exception { --- 33,46 ---- import jdk.jfr.consumer.RecordingFile; import jdk.management.jfr.FlightRecorderMXBean; import jdk.test.lib.Asserts; import jdk.test.lib.jfr.SimpleEventHelper; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jmx.TestCopyTo */ public class TestCopyTo { public static void main(String[] args) throws Exception {
< prev index next >