< prev index next >

src/os/windows/vm/os_windows.inline.hpp

Print this page

        

*** 63,80 **** inline bool os::allocate_stack_guard_pages() { assert(uses_stack_guard_pages(), "sanity check"); return true; } - inline int os::readdir_buf_size(const char *path) - { - /* As Windows doesn't use the directory entry buffer passed to - os::readdir() this can be as short as possible */ - - return 1; - } - // Bang the shadow pages if they need to be touched to be mapped. inline void os::bang_stack_shadow_pages() { // Write to each page of our new frame to force OS mapping. // If we decrement stack pointer more than one page // the OS may not map an intervening page into our space --- 63,72 ----
< prev index next >