8230865: [TESTBUG] jdk/jfr/event/io/EvilInstrument.java fails at-run shell MakeJAR.sh target
authormseledtsov
Fri, 11 Oct 2019 13:14:00 -0700
changeset 58573 79da7db7e9b1
parent 58568 6c1f645bd601
child 58574 dcc760954243
8230865: [TESTBUG] jdk/jfr/event/io/EvilInstrument.java fails at-run shell MakeJAR.sh target Summary: Prebuilding the test class before adding it into a jar file Reviewed-by: iignatyev, egahlin
test/jdk/jdk/jfr/event/io/EvilInstrument.java
--- a/test/jdk/jdk/jfr/event/io/EvilInstrument.java	Fri Oct 11 11:06:46 2019 -0700
+++ b/test/jdk/jdk/jfr/event/io/EvilInstrument.java	Fri Oct 11 13:14:00 2019 -0700
@@ -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
  */