< prev index next >

test/jdk/jdk/jfr/jvm/TestGetStackTraceId.java

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

@@ -27,13 +27,14 @@
 
 import jdk.jfr.FlightRecorder;
 import jdk.jfr.internal.JVM;
 import jdk.test.lib.Asserts;
 
-/*
+/**
  * @test TestGetStackTraceId
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @modules jdk.jfr/jdk.jfr.internal
  * @run main/othervm jdk.jfr.jvm.TestGetStackTraceId
  */
 public class TestGetStackTraceId {
< prev index next >