src/hotspot/os/aix/os_aix.cpp
changeset 57804 9b7b9f16dfd9
parent 57651 ddae2da329ed
child 57975 a333fdeb8de0
--- a/src/hotspot/os/aix/os_aix.cpp	Tue Aug 20 10:46:23 2019 +0200
+++ b/src/hotspot/os/aix/os_aix.cpp	Tue Aug 20 10:11:53 2019 +0100
@@ -4338,3 +4338,7 @@
   time_t t2 = get_mtime(file2);
   return t1 - t2;
 }
+
+bool os::supports_map_sync() {
+  return false;
+}