JDK-7165806 : Non optimized initialization of NSS crypto library leads to scalability issues
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 7u4
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2012-05-02
  • Updated: 2012-10-01
  • Resolved: 2012-05-02
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.

To download the current JDK release, click here.
JDK 7
7u40Resolved
Related Reports
Duplicate :  
Description
Non optimized initialization of NSS crypto library leads to scalability issues

Comments
WORK AROUND Workaround is a simple change of default parameter optimizeSpace value to false in NSS_Init* functions in NSS (in attach).
02-05-2012

SUGGESTED FIX To fix the issue JDK should initialize NSS via call to NSS_Initialize with parameters and optimizeSpace set to false as described in https://bugzilla.mozilla.org/show_bug.cgi?id=206971 instead of calling NSS_Init*.
02-05-2012