# HG changeset patch # User mseledtsov # Date 1570824840 25200 # Node ID 79da7db7e9b18c2e07059c44c95d8870c9464dcc # Parent 6c1f645bd601056b3e05e2b31e07e08185c464a6 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 diff -r 6c1f645bd601 -r 79da7db7e9b1 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 */