< prev index next >

test/jdk/jdk/jfr/jmx/TestClone.java

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

@@ -38,13 +38,14 @@
 import jdk.test.lib.Asserts;
 import jdk.test.lib.jfr.EventField;
 import jdk.test.lib.jfr.Events;
 import jdk.test.lib.jfr.SimpleEventHelper;
 
-/*
+/**
  * @test
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main/othervm jdk.jfr.jmx.TestClone
  */
 public class TestClone {
     public static void main(String[] args) throws Exception {
< prev index next >