< prev index next >

test/sun/tools/jps/TestJpsSanity.java

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

*** 27,40 **** /* * @test * @summary This test verifies jps usage and checks that appropriate error message is shown * when running jps with illegal arguments. * @library /lib/testlibrary /test/lib * @modules jdk.jartool/sun.tools.jar - * java.management * java.base/jdk.internal.misc * @build jdk.testlibrary.* jdk.test.lib.apps.* JpsHelper * @run driver TestJpsSanity */ public class TestJpsSanity { --- 27,43 ---- /* * @test * @summary This test verifies jps usage and checks that appropriate error message is shown * when running jps with illegal arguments. + * * @library /lib/testlibrary /test/lib * @modules jdk.jartool/sun.tools.jar * java.base/jdk.internal.misc + * java.management + * jdk.jcmd + * * @build jdk.testlibrary.* jdk.test.lib.apps.* JpsHelper * @run driver TestJpsSanity */ public class TestJpsSanity {
< prev index next >