< prev index next >

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

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

@@ -31,14 +31,15 @@
 import jdk.jfr.AnnotationElement;
 import jdk.jfr.Label;
 import jdk.jfr.ValueDescriptor;
 import jdk.test.lib.Asserts;
 
-/*
+/**
  * @test
  * @summary Test ValueDescriptor.getAnnotations()
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @run main/othervm jdk.jfr.api.metadata.valuedescriptor.TestConstructor
  */
 public class TestConstructor {
 
< prev index next >