jdk/test/com/sun/jdi/BadHandshakeTest.java
changeset 3723 a27278866f80
parent 2 90ce3da70b43
child 4335 365eb4449319
equal deleted inserted replaced
3722:08849c86a297 3723:a27278866f80
    20  * CA 95054 USA or visit www.sun.com if you need additional information or
    20  * CA 95054 USA or visit www.sun.com if you need additional information or
    21  * have any questions.
    21  * have any questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 6306165
    25  * @bug 6306165 6432567
    26  * @summary Check that a bad handshake doesn't cause a debuggee to abort
    26  * @summary Check that a bad handshake doesn't cause a debuggee to abort
    27  *
    27  *
    28  * @build VMConnection BadHandshakeTest Exit0
    28  * @build VMConnection BadHandshakeTest Exit0
    29  * @run main BadHandshakeTest
    29  * @run main BadHandshakeTest
    30  *
    30  *