< prev index next >

test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetContentType.java

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

*** 32,45 **** import jdk.jfr.Timespan; import jdk.jfr.Timestamp; import jdk.test.lib.Asserts; import jdk.test.lib.jfr.Events; ! /* * @test * @summary Test SettingDescriptor.getContentType() * @key jfr * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.api.metadata.settingdescriptor.TestGetDescription */ public class TestGetContentType { --- 32,46 ---- import jdk.jfr.Timespan; import jdk.jfr.Timestamp; import jdk.test.lib.Asserts; import jdk.test.lib.jfr.Events; ! /** * @test * @summary Test SettingDescriptor.getContentType() * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.api.metadata.settingdescriptor.TestGetDescription */ public class TestGetContentType {
< prev index next >