Relates :
|
|
Relates :
|
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.
|