< prev index next >

test/jdk/jdk/jfr/api/consumer/TestRecordedMethodDescriptor.java

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

@@ -38,13 +38,14 @@
 import jdk.jfr.consumer.RecordedFrame;
 import jdk.jfr.consumer.RecordedStackTrace;
 import jdk.test.lib.jfr.Events;
 
 
-/*
+/**
  * @test
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @run main/othervm jdk.jfr.api.consumer.TestRecordedMethodDescriptor
  */
 public final class TestRecordedMethodDescriptor {
 
< prev index next >