< prev index next >

test/jdk/jdk/jfr/startupargs/TestStartRecording.java

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

@@ -30,14 +30,15 @@
 
 import jdk.jfr.consumer.RecordingFile;
 import jdk.test.lib.Asserts;
 import jdk.test.lib.process.OutputAnalyzer;
 
-/*
+/**
  * @test
  * @summary Start a recording with -XX:StartFlightRecording. Dump recording with jcmd.
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main/othervm -XX:StartFlightRecording=name=TestStartRecording,settings=profile jdk.jfr.startupargs.TestStartRecording
  */
 public class TestStartRecording {
 
< prev index next >