< prev index next >

test/jdk/jdk/jfr/startupargs/TestStartMaxAgeSize.java

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

@@ -30,14 +30,15 @@
 import jdk.jfr.Recording;
 import jdk.jfr.RecordingState;
 import jdk.test.lib.Asserts;
 import jdk.test.lib.jfr.CommonHelper;
 
-/*
+/**
  * @test
  * @summary Start a recording with delay. Verify recording starts later.
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main/othervm -XX:StartFlightRecording=name=TestStartMaxAgeSize,maxage=10s,maxsize=1000000 jdk.jfr.startupargs.TestStartMaxAgeSize
  */
 public class TestStartMaxAgeSize {
 
< prev index next >