8256380: JDK-8254162 broke 32bit windows build

Reviewed-by: shade
This commit is contained in:
Jorn Vernee 2020-11-16 14:25:51 +00:00
parent 1d7ed03d5c
commit b8de2391d6

View File

@ -29,7 +29,7 @@
#include "jni.h"
extern "C" {
void JNICALL JVM_RegisterJDKInternalMiscScopedMemoryAccessMethods(JNIEnv *env, jobject rec, jobject scope, jthrowable exception);
void JNICALL JVM_RegisterJDKInternalMiscScopedMemoryAccessMethods(JNIEnv *env, jclass scopedMemoryAccessClass);
}
#endif // SHARE_PRIMS_SCOPED_MEMORY_ACCESS_HPP