Skip to content

Commit b8de239

Browse files
committed
8256380: JDK-8254162 broke 32bit windows build
Reviewed-by: shade
1 parent 1d7ed03 commit b8de239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/prims/scopedMemoryAccess.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "jni.h"
3030

3131
extern "C" {
32-
void JNICALL JVM_RegisterJDKInternalMiscScopedMemoryAccessMethods(JNIEnv *env, jobject rec, jobject scope, jthrowable exception);
32+
void JNICALL JVM_RegisterJDKInternalMiscScopedMemoryAccessMethods(JNIEnv *env, jclass scopedMemoryAccessClass);
3333
}
3434

3535
#endif // SHARE_PRIMS_SCOPED_MEMORY_ACCESS_HPP

0 commit comments

Comments
 (0)