< prev index next >

src/hotspot/os/windows/os_windows.hpp

Print this page
rev 52814 : 8214773: Replace use of thread unsafe strtok
Reviewed-by:

*** 24,33 **** --- 24,35 ---- #ifndef OS_WINDOWS_VM_OS_WINDOWS_HPP #define OS_WINDOWS_VM_OS_WINDOWS_HPP // Win32_OS defines the interface to windows operating systems + #define strtok_r strtok_s + // Information about the protection of the page at address '0' on this os. static bool zero_page_read_protected() { return true; } // File conventions static const char* file_separator() { return "\\"; }
< prev index next >