--- old/src/hotspot/os/windows/os_windows.cpp 2019-11-11 13:07:46.306537614 -0500 +++ new/src/hotspot/os/windows/os_windows.cpp 2019-11-11 13:07:46.014529960 -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() {