jdk/test/java/rmi/transport/closeServerSocket/CloseServerSocket.java
changeset 14778 5947768d173d
parent 13256 5886d7607acd
child 21817 6cd05743c175
equal deleted inserted replaced
14777:62a7f77b65c8 14778:5947768d173d
    29  * the server socket created for the exports should be closed (so that
    29  * the server socket created for the exports should be closed (so that
    30  * the local port is released).
    30  * the local port is released).
    31  * @author Peter Jones
    31  * @author Peter Jones
    32  *
    32  *
    33  * @library ../../testlibrary
    33  * @library ../../testlibrary
    34  * @build CloseServerSocket TestLibrary
    34  * @build TestLibrary
    35  * @run main/othervm CloseServerSocket
    35  * @run main/othervm CloseServerSocket
    36  */
    36  */
    37 
    37 
    38 import java.io.IOException;
    38 import java.io.IOException;
    39 import java.net.BindException;
    39 import java.net.BindException;