< prev index next >

test/jdk/jdk/jfr/api/flightrecorder/TestGetRecordings.java

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

@@ -32,13 +32,14 @@
 import java.util.List;
 
 import jdk.jfr.FlightRecorder;
 import jdk.jfr.Recording;
 
-/*
+/**
  * @test
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @run main/othervm jdk.jfr.api.flightrecorder.TestGetRecordings
  */
 public class TestGetRecordings {
 
< prev index next >