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?)
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?)
- relates to
-
JDK-8254162 Implementation of Foreign-Memory Access API (Third Incubator)
- Resolved