src/hotspot/os/aix/os_aix.cpp
changeset 59108 6f42d2a19117
parent 58654 562bf1878089
child 59252 623722a6aeb9
--- a/src/hotspot/os/aix/os_aix.cpp	Thu Nov 14 19:49:55 2019 -0800
+++ b/src/hotspot/os/aix/os_aix.cpp	Fri Nov 15 11:09:29 2019 +0100
@@ -2341,6 +2341,10 @@
   return 0;
 }
 
+int os::numa_get_group_id_for_address(const void* address) {
+  return 0;
+}
+
 bool os::get_page_info(char *start, page_info* info) {
   return false;
 }