JDK-8062219 : Remove libsoftcrypto.h under jdk.crypto.ucrypto once devkit is upgraded
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • OS: solaris
  • CPU: x86,sparc
  • Submitted: 2014-10-27
  • Updated: 2023-12-12
  • Resolved: 2016-05-05
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 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Description
After 8046002, OracleUcrypto provider is added to OpenJDK without the Solaris headers it depends on. This is due to the assumption that the minimum Solaris version (S11) for JDK 9 should already have the necessary header files. However, the official Solaris build is still done using S10u6 devkit which doesn't have the necessary Ucrypto headers. 
As a temporary work around, we added a custom libsoftcrypto.h. Once devkit is upgraded to a more recent version, this custom libsoftcrypto.h should be removed.
Comments
8000415
05-05-2016

Will include this minor change as part of 8000415.
05-05-2016