--- a/src/hotspot/os/windows/os_windows.inline.hpp Tue Jul 17 12:03:10 2018 -0700
+++ b/src/hotspot/os/windows/os_windows.inline.hpp Tue Jul 17 15:59:47 2018 -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.