< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page
rev 56448 : imported patch 8220310.mut.0
rev 56449 : imported patch 8220310.mut.1
rev 56451 : imported patch 8220310.mut.3
rev 56452 : [mq]: 8220310.mut.4

@@ -388,10 +388,14 @@
   static size_t numa_get_groups_num();
   static size_t numa_get_leaf_groups(int *ids, size_t size);
   static bool   numa_topology_changed();
   static int    numa_get_group_id();
 
+  static const int InvalidNUMAId = -1;
+
+  static int numa_get_address_id(void* address);
+
   // Page manipulation
   struct page_info {
     size_t size;
     int lgrp_id;
   };
< prev index next >