src/hotspot/os/windows/os_windows.cpp
changeset 57804 9b7b9f16dfd9
parent 57764 2c66dbb94227
child 57998 849acc346a1d
equal deleted inserted replaced
57803:23e3ab980622 57804:9b7b9f16dfd9
  5801 // up the offset from FS of the thread pointer.
  5801 // up the offset from FS of the thread pointer.
  5802 void os::win32::initialize_thread_ptr_offset() {
  5802 void os::win32::initialize_thread_ptr_offset() {
  5803   os::os_exception_wrapper((java_call_t)call_wrapper_dummy,
  5803   os::os_exception_wrapper((java_call_t)call_wrapper_dummy,
  5804                            NULL, NULL, NULL, NULL);
  5804                            NULL, NULL, NULL, NULL);
  5805 }
  5805 }
       
  5806 
       
  5807 bool os::supports_map_sync() {
       
  5808   return false;
       
  5809 }