OpenJDK / jdk / jdk
changeset 56571:79da7db7e9b1
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
author | mseledtsov |
---|---|
date | Fri, 11 Oct 2019 13:14:00 -0700 |
parents | 6c1f645bd601 |
children | dcc760954243 |
files | test/jdk/jdk/jfr/event/io/EvilInstrument.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */