< prev index next >

test/jdk/jdk/jfr/event/runtime/TestExceptionSubclass.java

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

@@ -25,14 +25,15 @@
 
 package jdk.jfr.event.runtime;
 
 import java.util.concurrent.TimeUnit;
 
-/*
+/**
  * @test
  * @key jfr
  * @bug 8013122
+ * @requires vm.hasJFR
  * @library /test/lib
  * @run main/othervm jdk.jfr.event.runtime.TestExceptionSubclass
  */
 public class TestExceptionSubclass {
 
< prev index next >