JDK-8236772 : Fix build for windows 32-bit after 8212160 and 8234331.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8u411,11,13,14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-01-08
  • Updated: 2023-12-11
  • Resolved: 2020-01-10
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 13 JDK 14 JDK 15 JDK 8
13.0.6Fixed 14 b32Fixed 15Fixed 8u411Fixed
Related Reports
Relates :  
Relates :  
Description
Two minor fixes are required to make jdk14 buildable with Microsoft Visual Studio 2017.

In count_leading_zeroes.hpp, a declaration is not included
in the _LP64 that covers all it's uses. Thus a warning
about an unused variable is raised.

A library for a test lacks the JNIEXPORT and JNICALL 
required to match the signature in jvmti.h.
Comments
Fix request (13u) Requesting backport to 13u as follow-up fix for JDK-8212160 that is already included to 13u. The original patch contains two independent follow-up fixes for JDK-8212160 and JDK-8234331. JDK-8234331 is not planned to be included to 13u, so only the part related to JDK-8212160 is backported. libCompiledZombie test library is built successfully for Windows 32-bit after applying the patch. RFR: http://mail.openjdk.java.net/pipermail/jdk-updates-dev/2021-January/004767.html
29-01-2021

URL: https://hg.openjdk.java.net/jdk/jdk14/rev/c9537fcd9b5c User: goetz Date: 2020-01-10 13:34:33 +0000
10-01-2020

See webrev/review: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2020-January/036693.html
08-01-2020