< prev index next >

test/jdk/jdk/jfr/api/settings/TestFilterEvents.java

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

@@ -32,14 +32,15 @@
 import jdk.jfr.SettingDefinition;
 import jdk.test.lib.jfr.Events;
 
 import static jdk.test.lib.Asserts.assertEquals;
 
-/*
+/**
  * @test
  * @summary The test uses SettingControl
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main/othervm jdk.jfr.api.settings.TestFilterEvents
  */
 public class TestFilterEvents {
 
< prev index next >