src/hotspot/os/windows/os_windows.cpp
changeset 59056 15936b142f86
parent 58813 67009d58dd70
child 59060 fce1fa1bdc91
equal deleted inserted replaced
59055:57ad70bcf06c 59056:15936b142f86
  5686 
  5686 
  5687 // We need to call the os_exception_wrapper once so that it sets
  5687 // We need to call the os_exception_wrapper once so that it sets
  5688 // up the offset from FS of the thread pointer.
  5688 // up the offset from FS of the thread pointer.
  5689 void os::win32::initialize_thread_ptr_offset() {
  5689 void os::win32::initialize_thread_ptr_offset() {
  5690   os::os_exception_wrapper((java_call_t)call_wrapper_dummy,
  5690   os::os_exception_wrapper((java_call_t)call_wrapper_dummy,
  5691                            NULL, NULL, NULL, NULL);
  5691                            NULL, methodHandle(), NULL, NULL);
  5692 }
  5692 }
  5693 
  5693 
  5694 bool os::supports_map_sync() {
  5694 bool os::supports_map_sync() {
  5695   return false;
  5695   return false;
  5696 }
  5696 }