< prev index next >

test/jdk/jdk/jfr/api/recording/misc/TestRecordingCopy.java

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

@@ -31,14 +31,15 @@
 import jdk.test.lib.jfr.Events;
 import jdk.test.lib.jfr.SimpleEvent;
 
 import java.util.List;
 
-/*
+/**
  * @test
  * @summary A simple test for Recording.copy()
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @run main/othervm jdk.jfr.api.recording.misc.TestRecordingCopy
  */
 public class TestRecordingCopy {
 
< prev index next >