Re: Code Review Request: 6978200 ServerSocket.toString include "port=0" in the returned String

2011-07-28 Thread Alan Bateman
Kurchi Hazra wrote: Hi, The ServerSocket.toString method returns a string that, besides the ServerSocket's local port information, also contains "port=0". For example: "ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=7005]". The fix aims at modifying the string returned by the toString

hg: jdk8/tl/jdk: 7068616: NIO libraries do not build with javac -Xlint:all, -deprecation -Werror

2011-07-28 Thread jonathan . gibbons
Changeset: 7525866a4046 Author:jjg Date: 2011-07-28 13:34 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7525866a4046 7068616: NIO libraries do not build with javac -Xlint:all,-deprecation -Werror Reviewed-by: alanb, chegar Contributed-by: alexandre.boulga...@oracle.com ! ma

Code Review Request: 6978200 ServerSocket.toString include "port=0" in the returned String

2011-07-28 Thread Kurchi Hazra
Hi, The ServerSocket.toString method returns a string that, besides the ServerSocket's local port information, also contains "port=0". For example: "ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=7005]". The fix aims at modifying the string returned by the toString method by removing i