JDK-8309904 : Use Solaris Ucrypto Free context method in JDK8u for crypto operation
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 8-pool
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: solaris_11
  • CPU: sparc_64
  • Submitted: 2023-06-13
  • Updated: 2023-06-13
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 8
8-poolUnresolved
Related Reports
Relates :  
Description
The fix in JDK-8000415 includes invoking ucrypto_free_context() when memory needs to be freed up.
However, In JDK8u we have brought in only partial changes as required in JDK-8296452 and JDK-8262040

This issue must address bringing in all changes related to freeContext() invocation logic from JDK-8000415 to JDK8u