test/com/sun/jdi/BadHandshakeTest.java

Print this page
rev 9529 : 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError

*** 24,34 **** /* @test * @bug 6306165 6432567 * @summary Check that a bad handshake doesn't cause a debuggee to abort * @library /lib/testlibrary * ! * @build VMConnection BadHandshakeTest Exit0 * @run main BadHandshakeTest * */ import java.net.Socket; import java.net.InetAddress; --- 24,34 ---- /* @test * @bug 6306165 6432567 * @summary Check that a bad handshake doesn't cause a debuggee to abort * @library /lib/testlibrary * ! * @build jdk.testlibrary.* VMConnection BadHandshakeTest Exit0 * @run main BadHandshakeTest * */ import java.net.Socket; import java.net.InetAddress;