< prev index next >

test/jdk/jdk/jfr/api/recording/settings/TestGetConfigurations.java

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

@@ -27,15 +27,16 @@
 import java.util.List;
 
 import jdk.jfr.Configuration;
 import jdk.test.lib.Asserts;
 
-/*
+/**
  * @test
  * @summary Verifies that there is the default config and that it has
  *          the expected parameters
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @run main/othervm jdk.jfr.api.recording.settings.TestGetConfigurations
  */
 public class TestGetConfigurations {
 
< prev index next >