--- old/src/os/solaris/vm/os_solaris.cpp 2016-06-03 17:55:47.725295700 -0700 +++ new/src/os/solaris/vm/os_solaris.cpp 2016-06-03 17:55:47.399268300 -0700 @@ -5862,3 +5862,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