< prev index next >

test/jdk/jdk/jfr/jvm/TestCreateNative.java

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

@@ -28,14 +28,15 @@
 
 import jdk.jfr.Configuration;
 import jdk.jfr.Recording;
 import jdk.jfr.internal.JVM;
 
-/*
+/**
  * @test
  * @summary Checks that the JVM can rollback on native initialization failures.
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @modules jdk.jfr/jdk.jfr.internal
  * @run main/othervm jdk.jfr.jvm.TestCreateNative
  */
 public class TestCreateNative {
< prev index next >