8234188: AIX build broken after 8220310
authormdoerr
Fri, 15 Nov 2019 11:09:29 +0100
changeset 59108 6f42d2a19117
parent 59106 11b96254ea92
child 59109 52752425712c
8234188: AIX build broken after 8220310 Reviewed-by: hseigel
src/hotspot/os/aix/os_aix.cpp
--- 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;
 }