You may also want to dump the SSL record so that we can analysis the record directly.
-Djavax.net.debug=ssl,handshake,record This update does not actually address the potential problem. Please file a new bug for this update, and keep this bug open so that the issue can be tracked. Thanks, Xuelei On 7/5/2016 7:20 PM, Sibabrata Sahoo wrote: > Hi, > > > > Please review the patch for “8160210: > javax/net/ssl/HttpsURLConnection/Equals.java failed with "SSL peer shut > down incorrectly"” > > > > JBS: https://bugs.openjdk.java.net/browse/JDK-8160210 > > Webrev: http://cr.openjdk.java.net/~ssahoo/8160210/webrev.00/ > > > > Description: > > This is a rare failure occurred in Mac OS X 10.10.5 (x86_64) and has not > been seen as frequent failure. From the test point of view it does not > look anything wrong. > > It is a very rare failure and the failure log does not leave much clue > about the failure. I am just adding few debug statements such as > “-Djavax.net.debug=ssl,handshake”, so that if it will fail in future it > will have some meaningful information to debug. > > NOTE: The code has been formatted with NetBeans IDE and that is the > reason it appears to have change almost in all line numbers. Please > suggest if any possible fix can be made for this bug. > > > > Thanks, > > Siba > > >