--- old/src/hotspot/os/windows/os_windows.inline.hpp 2018-07-10 15:43:02.718682370 -0400 +++ new/src/hotspot/os/windows/os_windows.inline.hpp 2018-07-10 15:43:02.502670472 -0400 @@ -57,14 +57,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::map_stack_shadow_pages(address sp) { // Write to each page of our new frame to force OS mapping.