src/hotspot/os/linux/os_linux.cpp
changeset 57804 9b7b9f16dfd9
parent 57651 ddae2da329ed
child 58083 9046db64ca39
--- a/src/hotspot/os/linux/os_linux.cpp	Tue Aug 20 10:46:23 2019 +0200
+++ b/src/hotspot/os/linux/os_linux.cpp	Tue Aug 20 10:11:53 2019 +0100
@@ -6185,6 +6185,10 @@
   return diff;
 }
 
+bool os::supports_map_sync() {
+  return true;
+}
+
 /////////////// Unit tests ///////////////
 
 #ifndef PRODUCT