< prev index next >

test/jdk/jdk/jfr/startupargs/TestStartDuration.java

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

@@ -32,14 +32,15 @@
 import jdk.test.lib.Asserts;
 import jdk.test.lib.jfr.CommonHelper;
 import jdk.test.lib.process.OutputAnalyzer;
 import jdk.test.lib.process.ProcessTools;
 
-/*
+/**
  * @test
  * @summary Start a recording with duration. Verify recording stops.
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main jdk.jfr.startupargs.TestStartDuration
  */
 public class TestStartDuration {
 
< prev index next >