8203774: jdk/jfr/api/recorder/TestStartStopRecording.java failed due to compilation failed
authoregahlin
Thu, 24 May 2018 15:46:04 +0200
changeset 50251 dc01f2104e46
parent 50250 04f9bb270ab8
child 50252 c3c6cae9d480
8203774: jdk/jfr/api/recorder/TestStartStopRecording.java failed due to compilation failed Reviewed-by: mgronlun
test/jdk/jdk/jfr/api/recorder/TestStartStopRecording.java
test/jdk/jdk/jfr/jvm/TestUnsupportedVM.java
--- a/test/jdk/jdk/jfr/api/recorder/TestStartStopRecording.java	Thu May 24 11:13:42 2018 +0100
+++ b/test/jdk/jdk/jfr/api/recorder/TestStartStopRecording.java	Thu May 24 15:46:04 2018 +0200
@@ -38,6 +38,7 @@
  * @test TestStartStopRecording
  *
  * @key jfr
+ * @library /test/lib
  * @run main/othervm jdk.jfr.api.recorder.TestStartStopRecording
  */
 public class TestStartStopRecording {
--- a/test/jdk/jdk/jfr/jvm/TestUnsupportedVM.java	Thu May 24 11:13:42 2018 +0100
+++ b/test/jdk/jdk/jfr/jvm/TestUnsupportedVM.java	Thu May 24 15:46:04 2018 +0200
@@ -71,6 +71,7 @@
  * @modules jdk.jfr
  *          jdk.management.jfr
  *
+ * @library /test/lib
  * @run main/othervm -Dprepare-recording=true jdk.jfr.jvm.TestUnsupportedVM
  * @run main/othervm -Djfr.unsupported.vm=true jdk.jfr.jvm.TestUnsupportedVM
  */