< prev index next >

src/hotspot/os/windows/os_windows.cpp

Print this page

        

@@ -5686,11 +5686,11 @@
 
 // We need to call the os_exception_wrapper once so that it sets
 // 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() {
   return false;
 }
< prev index next >