--- old/os/windows/os_windows.cpp 2018-06-14 13:09:49.928858337 -0700 +++ new/os/windows/os_windows.cpp 2018-06-14 13:09:49.896858336 -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);