< prev index next >

test/java/lang/instrument/PremainClass/ZeroArgPremainAgentTest.java

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

*** 27,39 **** --- 27,41 ---- /* * @test * @bug 6289149 * @summary test when the agent's class has a zero arg premain() function. + * * @library /lib/testlibrary * @modules java.management * java.instrument + * * @run build jdk.testlibrary.* DummyMain * @run shell ../MakeJAR3.sh ZeroArgPremainAgent * @run main/othervm -XX:-CreateCoredumpOnCrash ZeroArgPremainAgentTest */ public class ZeroArgPremainAgentTest {
< prev index next >