JDK-8256380 : JDK-8254162 broke 32bit windows build
  • Type: Enhancement
  • Component: core-libs
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • Submitted: 2020-11-16
  • Updated: 2020-11-23
  • Resolved: 2020-11-16
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 16
16 b25Fixed
Related Reports
Relates :  
Description
nativeLookup.obj : error LNK2001: unresolved external symbol _JVM_RegisterJDKInternalMiscScopedMemoryAccessMethods@16

d:/priv/openjdk/nb/NTintel/jdk-dev-build-fastdebug/hotspot/variant-server/libjvm/gtest/jvm.dll : fatal error LNK1120: 1 unresolved externals

Note the name mangling from 32bit-Windows-specific calling convention - probably some export specifier is missing somewhere (JNIEXPORT?)

Comments
Changeset: b8de2391 Author: Jorn Vernee <jvernee@openjdk.org> Date: 2020-11-16 14:25:51 +0000 URL: https://github.com/openjdk/jdk/commit/b8de2391
16-11-2020