< prev index next >

src/os/solaris/vm/os_solaris.cpp

Print this page

        

*** 5860,5864 **** --- 5860,5869 ---- os::fork_and_exec(buf); yes = false; } 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
< prev index next >