From 725da985e170d72c3ca3dc2dfbb3d7e083b5371a Mon Sep 17 00:00:00 2001 From: Mikhailo Seledtsov Date: Fri, 11 Oct 2019 13:14:00 -0700 Subject: [PATCH] 8230865: [TESTBUG] jdk/jfr/event/io/EvilInstrument.java fails at-run shell MakeJAR.sh target Prebuilding the test class before adding it into a jar file Reviewed-by: iignatyev, egahlin --- test/jdk/jdk/jfr/event/io/EvilInstrument.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jdk/jdk/jfr/event/io/EvilInstrument.java b/test/jdk/jdk/jfr/event/io/EvilInstrument.java index b0076acd8c4..bd262d547cb 100644 --- a/test/jdk/jdk/jfr/event/io/EvilInstrument.java +++ b/test/jdk/jdk/jfr/event/io/EvilInstrument.java @@ -52,6 +52,7 @@ import jdk.test.lib.Utils; * @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 */