< prev index next >

test/sun/tools/jps/TestJpsSanity.java

Print this page
rev 17272 : 8181391: remove explicit @build actions for the top level testlibary classes
Reviewed-by: duke

*** 31,41 **** * 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 { public static void main(String[] args) throws Throwable { --- 31,41 ---- * 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.* JpsHelper * @run driver TestJpsSanity */ public class TestJpsSanity { public static void main(String[] args) throws Throwable {
< prev index next >