< prev index next >

test/jdk/jdk/jfr/jvm/TestJfrJavaBase.java

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

@@ -21,15 +21,16 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-/*
+/**
  * @test
  * @bug 8157032
  * @key jfr
  * @summary verify that jfr can not be used when JVM is executed only with java.base
+ * @requires vm.hasJFR
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  * @run driver jdk.jfr.jvm.TestJfrJavaBase
  */
 
< prev index next >