< prev index next >

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

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

@@ -34,14 +34,15 @@
 import jdk.jfr.SettingDescriptor;
 import jdk.jfr.Timespan;
 import jdk.test.lib.Asserts;
 import jdk.test.lib.jfr.Events;
 
-/*
+/**
  * @test
  * @summary Test SettingDescriptor.getAnnotationElements()
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main/othervm jdk.jfr.api.metadata.settingdescriptor.TestGetAnnotationElement
  */
 public class TestGetAnnotationElement {
 
< prev index next >