JDK-8184328 : JDK 8u131 socketRead0 hang at SSL read
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 8u131
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2017-07-13
  • Updated: 2018-04-17
  • Resolved: 2017-09-26
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 10 JDK 8
10 b25Fixed 8u144Fixed
Related Reports
Relates :  
Description
When autoClose is false (https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLSocketFactory.html#createSocket-java.net.Socket-java.io.InputStream-boolean-) and an SSLSocket.close() times out or encounters a misbehaving server, the calling thread can get stuck in an infinite loop.