JDK-8222882 : Replace use of monitors with explicit locks in http and https protocol handlers
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2019-04-23
  • Updated: 2019-09-04
  • Resolved: 2019-09-04
Related Reports
Relates :  
Description
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.
Comments
Duplicate of JDK-8229867.
04-09-2019