--- old/src/os/bsd/vm/os_bsd.cpp 2016-06-03 17:55:43.551023600 -0700 +++ new/src/os/bsd/vm/os_bsd.cpp 2016-06-03 17:55:43.221782400 -0700 @@ -4590,3 +4590,8 @@ } return yes; } + +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 BSD"); + return false; +} \ No newline at end of file