diff -r 57ad70bcf06c -r 15936b142f86 src/hotspot/os/windows/os_windows.cpp --- a/src/hotspot/os/windows/os_windows.cpp Wed Nov 13 11:27:50 2019 +0000 +++ b/src/hotspot/os/windows/os_windows.cpp Wed Nov 13 08:23:23 2019 -0500 @@ -5688,7 +5688,7 @@ // up the offset from FS of the thread pointer. void os::win32::initialize_thread_ptr_offset() { os::os_exception_wrapper((java_call_t)call_wrapper_dummy, - NULL, NULL, NULL, NULL); + NULL, methodHandle(), NULL, NULL); } bool os::supports_map_sync() {