--- old/src/os/bsd/vm/os_bsd.cpp 2016-05-24 12:11:17.610927500 -0700 +++ new/src/os/bsd/vm/os_bsd.cpp 2016-05-24 12:11:17.410393900 -0700 @@ -4578,3 +4578,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