< prev index next >

src/os/aix/vm/os_aix.cpp

Print this page

        

*** 4873,4877 **** --- 4873,4882 ---- 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 AIX"); + return false; + } \ No newline at end of file
< prev index next >