JDK 19 |
---|
19 b08Fixed |
Relates :
|
Some implementations of URLStreamHandler have 'synchronized' in openConnection method: 1. sun.net.www.protocol.mailto.Handler 2. unix/sun.net.www.protocol.file.Handler 3. windows/sun.net.www.protocol.file.Handler Handler's objects themselves are stateless objects. Such synchronization is redundant. Other implementations don't have 'synchronized'.
|