< prev index next >

test/com/sun/tools/attach/StartManagementAgent.java

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

*** 37,51 **** import jdk.testlibrary.Utils; /* * @test * @summary Test for VirtualMachine.startManagementAgent and VirtualMachine.startLocalManagementAgent ! * @modules jdk.jartool/sun.tools.jar * @library /lib/testlibrary * @modules jdk.management.agent * jdk.attach * jdk.jartool/sun.tools.jar * @run build Application SimpleProvider jdk.testlibrary.* * @run main/timeout=300 StartManagementAgent */ /* --- 37,52 ---- import jdk.testlibrary.Utils; /* * @test * @summary Test for VirtualMachine.startManagementAgent and VirtualMachine.startLocalManagementAgent ! * * @library /lib/testlibrary * @modules jdk.management.agent * jdk.attach * jdk.jartool/sun.tools.jar + * * @run build Application SimpleProvider jdk.testlibrary.* * @run main/timeout=300 StartManagementAgent */ /*
< prev index next >