jdk/test/com/sun/jdi/BadHandshakeTest.java
changeset 30669 1e0b67b29f14
parent 30666 ed4a9b27a968
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
30668:0a794f3b88c9 30669:1e0b67b29f14
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    42 /* @test
    42 /* @test
    43  * @bug 6306165 6432567
    43  * @bug 6306165 6432567
    44  * @summary Check that a bad handshake doesn't cause a debuggee to abort
    44  * @summary Check that a bad handshake doesn't cause a debuggee to abort
    45  * @library /lib/testlibrary
    45  * @library /lib/testlibrary
    46  *
    46  *
       
    47  * @modules java.management
       
    48  *          jdk.jdi
    47  * @build jdk.testlibrary.* VMConnection BadHandshakeTest Exit0
    49  * @build jdk.testlibrary.* VMConnection BadHandshakeTest Exit0
    48  * @run driver BadHandshakeTest
    50  * @run driver BadHandshakeTest
    49  */
    51  */
    50 public class BadHandshakeTest {
    52 public class BadHandshakeTest {
    51 
    53