src/share/classes/java/net/AbstractPlainSocketImpl.java

Print this page

        

*** 366,376 **** } /** * Binds the socket to the specified address of the specified local port. * @param address the address ! * @param port the port */ protected synchronized void bind(InetAddress address, int lport) throws IOException { synchronized (fdLock) { --- 366,376 ---- } /** * Binds the socket to the specified address of the specified local port. * @param address the address ! * @param lport the port */ protected synchronized void bind(InetAddress address, int lport) throws IOException { synchronized (fdLock) {