8249550: jdb should use loopback address when not using remote agent

Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
Alex Menkov 2020-08-06 15:59:47 -07:00
parent c02b75705f
commit 111ba18ac6

View File

@ -314,7 +314,7 @@ public class SocketTransportService extends TransportService {
* Listen on the default address
*/
public ListenKey startListening() throws IOException {
return startListening(null, 0);
return startListening(null);
}
/**