JDK-2211569 : Some race condition may happen in SSLSocketImpl class
  • Type: Backport
  • Backport of: JDK-7065972
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2011-07-12
  • Updated: 2011-08-18
  • Resolved: 2011-08-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u2 b03Fixed 8Fixed
Comments
EVALUATION This is a regression of CR 6357710. Need a fix in both deploy and JDK code. Deploy team also filled a CR (7060523) for the issue. SQE has approved to defer CR 7060523 for JDK7. Note that this should be a partial fix for bug 7060523, which will only apply to JDK repository. Deploy code will address the issue in CR 7060523 separately. The problem in applet exists since 6u23, not a showstopper for 7. The problem will only happen when the applet request TLS handshaking/renegotiation very frequently. No wide scope impact. No impact on normal JSSE/HTTPS applications except the Java plugin. The issue in JSSE has been there since the SSLSocketImpl.java was created.
12-07-2011