< prev index next >

src/os/windows/vm/os_windows.cpp

Print this page

        

@@ -5618,5 +5618,10 @@
 // up the offset from FS of the thread pointer.
 void os::win32::initialize_thread_ptr_offset() {
   os::os_exception_wrapper((java_call_t)call_wrapper_dummy,
                            NULL, NULL, NULL, NULL);
 }
+
+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 Windows");
+  return false;
+}
\ No newline at end of file
< prev index next >