--- old/os/windows/os_windows.cpp 2018-06-15 09:47:35.090912362 -0700 +++ new/os/windows/os_windows.cpp 2018-06-15 09:47:35.042912360 -0700 @@ -2984,7 +2984,7 @@ } // If 'base' is not NULL, function will return NULL if it cannot get 'base' -char* os::map_memory_to_file(char* base, size_t size, int fd) { +char* os::map_memory_to_file(char* base, size_t size, int fd, int offset, bool exec, bool allocate) { assert(fd != -1, "File descriptor is not valid"); HANDLE fh = (HANDLE)_get_osfhandle(fd);