< prev index next >

test/com/sun/jdi/NoLaunchOptionTest.java

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

*** 28,39 **** /* * @test NoLaunchOptionTest.java * @bug 4554734 4724714 * @summary Test for -Xrunjdwp:[onthrow,onuncaught] suboptions require launch suboption * @author Tim Bell * @library /lib/testlibrary ! * @modules jdk.jdi * @run compile -g NoLaunchOptionTest.java * @build jdk.testlibrary.* VMConnection * @run driver NoLaunchOptionTest */ public class NoLaunchOptionTest extends Object { --- 28,40 ---- /* * @test NoLaunchOptionTest.java * @bug 4554734 4724714 * @summary Test for -Xrunjdwp:[onthrow,onuncaught] suboptions require launch suboption * @author Tim Bell + * * @library /lib/testlibrary ! * * @run compile -g NoLaunchOptionTest.java * @build jdk.testlibrary.* VMConnection * @run driver NoLaunchOptionTest */ public class NoLaunchOptionTest extends Object {
< prev index next >