Re: java.net.Socket should report the attempted address and port

2018-06-07 Thread Jaikiran Pai
Also one other minor detail - given that this system property value is read onceand cached as a static final, would it make sense to include a note (in the property description of the java.security file?) that explicitly states that this property needs to be set while launching Java and can't b

Re: java.net.Socket should report the attempted address and port

2018-06-07 Thread Jaikiran Pai
Hi Michael, I'm not a reviewer. I just checked the webrev and saw this change: --- old/src/java.base/share/classes/java/net/AbstractPlainSocketImpl.java 2018-06-06 08:34:38.0 +0100 +++ new/src/java.base/share/classes/java/net/AbstractPlainSocketImpl.java 2018-06-06 08:34:3