8203774: jdk/jfr/api/recorder/TestStartStopRecording.java failed due to compilation failed
Reviewed-by: mgronlun
--- 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
*/