< prev index next >

test/jdk/jdk/jfr/api/event/dynamic/TestDynamicAnnotations.java

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

@@ -49,13 +49,14 @@
 import jdk.jfr.Relational;
 import jdk.jfr.ValueDescriptor;
 import jdk.jfr.consumer.RecordedEvent;
 import jdk.test.lib.jfr.Events;
 
-/*
+/**
  * @test
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @run main/othervm jdk.jfr.api.event.dynamic.TestDynamicAnnotations
  */
 public class TestDynamicAnnotations {
 
< prev index next >