< prev index next >

test/jdk/jdk/jfr/jcmd/TestJcmdStartDirNotExist.java

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

@@ -28,14 +28,15 @@
 import java.nio.file.Path;
 import java.nio.file.Paths;
 
 import jdk.test.lib.process.OutputAnalyzer;
 
-/*
+/**
  * @test
  * @summary Verify error when starting with a dir that does not exist.
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main/othervm jdk.jfr.jcmd.TestJcmdStartDirNotExist
  */
 public class TestJcmdStartDirNotExist {
 
< prev index next >