JDK-7107616 : scalability blocker in javax.crypto.JceSecurityManager
Type:Bug
Component:security-libs
Sub-Component:javax.crypto
Affected Version:7
Priority:P3
Status:Closed
Resolution:Fixed
OS:generic
CPU:sparc
Submitted:2011-11-02
Updated:2013-09-06
Resolved:2012-09-17
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Used HashMap with external synchrionization for exemptCache.
Patch is suggested.
The patch suggest to use ConcurrentHashMap on fast path.
The attached webrev.zip contain suggested patch
Gives +22% to SPECjbb2012(encrypted transport) on T4-4.
Comments
There is a chain of bug fixes: JDK-7107611, JDK-7107613, JDK-7107615, JDK-7107616. Performance will get better only if all these bugs are fixed. Close/Unverified.