RFR(T): 8230865:[TESTBUG] jdk/jfr/event/io/EvilInstrument.java fails at-run shell MakeJAR.sh target
mikhailo.seledtsov at oracle.com
mikhailo.seledtsov at oracle.com
Thu Oct 10 23:56:20 UTC 2019
Please review this trivial change that fixes a build problem for this test:
diff --git a/test/jdk/jdk/jfr/event/io/EvilInstrument.java
b/test/jdk/jdk/jfr/event/io/EvilInstrument.java
--- a/test/jdk/jdk/jfr/event/io/EvilInstrument.java
+++ b/test/jdk/jdk/jfr/event/io/EvilInstrument.java
@@ -52,6 +52,7 @@
* @library /test/lib /test/jdk
* @modules java.instrument
*
+ * @build jdk.jfr.event.io.EvilInstrument
* @run shell MakeJAR.sh EvilInstrument 'Can-Redefine-Classes: true'
* @run main/othervm -javaagent:EvilInstrument.jar
jdk.jfr.event.io.EvilInstrument
*/
Thank you,
Misha
More information about the hotspot-jfr-dev
mailing list