< prev index next >

test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestSimpleTypes.java

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

*** 36,49 **** import jdk.jfr.Name; import jdk.jfr.Percentage; import jdk.jfr.ValueDescriptor; import jdk.test.lib.Asserts; ! /* * @test * @summary Test all basic types in ValueDescriptor. * @key jfr * @library /test/lib * @run main/othervm jdk.jfr.api.metadata.valuedescriptor.TestSimpleTypes */ public class TestSimpleTypes { --- 36,50 ---- import jdk.jfr.Name; import jdk.jfr.Percentage; import jdk.jfr.ValueDescriptor; import jdk.test.lib.Asserts; ! /** * @test * @summary Test all basic types in ValueDescriptor. * @key jfr + * @requires vm.hasJFR * @library /test/lib * @run main/othervm jdk.jfr.api.metadata.valuedescriptor.TestSimpleTypes */ public class TestSimpleTypes {
< prev index next >