< prev index next >

test/java/lang/instrument/FromShutdownHook.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 5050487 * @summary Check that Instrumentation methods can execute from a runtime * shutdown hook + * * @run build FromShutdownHook * @run shell MakeJAR.sh basicAgent * @run main/othervm -javaagent:basicAgent.jar FromShutdownHook FromShutdownHook */ import java.lang.instrument.Instrumentation;
< prev index next >