< prev index next >

test/com/sun/jdi/BadHandshakeTest.java

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

*** 40,53 **** import jdk.testlibrary.ProcessTools; /* @test * @bug 6306165 6432567 * @summary Check that a bad handshake doesn't cause a debuggee to abort - * @library /lib/testlibrary * * @modules java.management * jdk.jdi * @build jdk.testlibrary.* VMConnection BadHandshakeTest Exit0 * @run driver BadHandshakeTest */ public class BadHandshakeTest { --- 40,54 ---- import jdk.testlibrary.ProcessTools; /* @test * @bug 6306165 6432567 * @summary Check that a bad handshake doesn't cause a debuggee to abort * + * @library /lib/testlibrary * @modules java.management * jdk.jdi + * * @build jdk.testlibrary.* VMConnection BadHandshakeTest Exit0 * @run driver BadHandshakeTest */ public class BadHandshakeTest {
< prev index next >