< prev index next >

test/jdk/jdk/jfr/jvm/TestJavaEvent.java

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

@@ -38,13 +38,14 @@
 import jdk.jfr.Recording;
 import jdk.jfr.ValueDescriptor;
 import jdk.jfr.consumer.RecordedEvent;
 import jdk.jfr.consumer.RecordingFile;
 
-/*
+/**
  * @test TestGetThreadId
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @modules jdk.jfr/jdk.jfr.internal
  * @run main/othervm jdk.jfr.jvm.TestJavaEvent
  */
 public class TestJavaEvent {
< prev index next >