--- old/src/os/windows/vm/os_windows.inline.hpp 2019-02-15 19:02:17.379534604 +0300 +++ new/src/os/windows/vm/os_windows.inline.hpp 2019-02-15 19:02:17.287537824 +0300 @@ -65,14 +65,6 @@ 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.