RFR [13] JDK-8221270: Duplicated synchronized keywords in SSLSocketImpl

Xuelei Fan xuelei.fan at oracle.com
Thu Mar 21 18:49:11 UTC 2019


Hi,

Could I have the following update reviewed?

    http://cr.openjdk.java.net/~xuelei/8221270/webrev.00/

The implementation of SSLSocketImpl.getHandshakeSession() uses two 
synchronized over the same object.  One should be sufficient.

Code cleanup, no new regression test.

Thanks,
Xuelei



More information about the security-dev mailing list