Relates :
|
The http and https protocol handlers don't currently play well with fibers due to blocking operations while holding monitors. This issue tracks change these protocol handlers to use explicit locks rather than monitors. The SSL code has been already been changed, via JDK-8221882, to use explicit locks.
|