RFR: 8129988: JSSE should create a single instance of the cacerts KeyStore
Sean Mullan
sean.mullan at oracle.com
Tue Sep 29 18:07:15 UTC 2015
Please review this fix to modify the TrustManagerFactory implementation
to create a single instance of the cacerts or jssecacerts KeyStore. This
significantly improves performance in a multithreaded environment.
The code has been refactored a bit to move common code into a few
private methods.
webrev: http://cr.openjdk.java.net/~mullan/webrevs/8129988/webrev.00/
Thanks,
Sean
More information about the security-dev
mailing list