< prev index next >

test/jdk/jdk/jfr/jcmd/TestJcmdConfigure.java

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

*** 30,43 **** import java.util.List; import jdk.jfr.internal.Options; import jdk.test.lib.Asserts; ! /* * @test * @summary The test verifies JFR.configure command * @key jfr * @library /test/lib /test/jdk * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.jcmd.TestJcmdConfigure */ public class TestJcmdConfigure { --- 30,44 ---- import java.util.List; import jdk.jfr.internal.Options; import jdk.test.lib.Asserts; ! /** * @test * @summary The test verifies JFR.configure command * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.jcmd.TestJcmdConfigure */ public class TestJcmdConfigure {
< prev index next >