--- old/src/os/solaris/vm/os_solaris.cpp 2016-05-24 12:11:22.934474800 -0700 +++ new/src/os/solaris/vm/os_solaris.cpp 2016-05-24 12:11:22.734935100 -0700 @@ -5847,3 +5847,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 Solaris"); + return false; +} \ No newline at end of file