--- old/src/os/windows/vm/os_windows.cpp 2016-05-24 12:11:24.816433500 -0700 +++ new/src/os/windows/vm/os_windows.cpp 2016-05-24 12:11:24.615872700 -0700 @@ -5620,3 +5620,8 @@ os::os_exception_wrapper((java_call_t)call_wrapper_dummy, NULL, NULL, NULL, NULL); } + +bool os::map_memory_to_file(char* base, size_t size, const char* backingFileDir) { + VMError::report_and_die("Allocating object heap with backing file is not supported for Windows"); + return false; +} \ No newline at end of file