src/hotspot/share/runtime/os.hpp
changeset 59060 fce1fa1bdc91
parent 58654 562bf1878089
--- a/src/hotspot/share/runtime/os.hpp	Wed Nov 13 13:43:06 2019 -0500
+++ b/src/hotspot/share/runtime/os.hpp	Wed Nov 13 10:49:12 2019 -0800
@@ -374,6 +374,7 @@
   static size_t numa_get_leaf_groups(int *ids, size_t size);
   static bool   numa_topology_changed();
   static int    numa_get_group_id();
+  static int    numa_get_group_id_for_address(const void* address);
 
   // Page manipulation
   struct page_info {