< prev index next >

src/os/bsd/vm/os_bsd.cpp

Print this page

        

@@ -4576,5 +4576,10 @@
     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 BSD");
+  return false;
+}
\ No newline at end of file
< prev index next >