JDK-8221407 : Windows 32bit build error in libsunmscapi/security.cpp
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 11,13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • Submitted: 2019-03-25
  • Updated: 2020-06-09
  • Resolved: 2019-03-26
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 11 JDK 13 JDK 8 Other
11.0.5Fixed 13 b14Fixed 8u251Fixed openjdk8u252Fixed
Related Reports
Relates :  
Description
Various cast errors and printf format specifiers wrong. Usually things like HCRYPTPROV/HCRYPTKEY arguments (HANDLE, 32bit) fed a jlong.
Comments
Fix request (11u): Requesting the backport of this Windows 32bit only build fix. Risk is low and the patch has been running through SAP's nightlies in 11u for a long time now. It didn't apply because other changes that came in before this fix haven't been backported. So asked for review here: https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2019-September/001809.html
02-09-2019

Parts of these cast errors were introduced by JDK-8213010.
24-07-2019