< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page
rev 56323 : imported patch 8220310.mut.0
rev 56326 : [mq]: 8220310.mut.1-3_kim

@@ -388,10 +388,17 @@
   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();
 
+  enum NumaIdState {
+    InvalidId = -1,
+    AnyId = -2
+  };
+
+  static int numa_get_address_id(uintptr_t address);
+
   // Page manipulation
   struct page_info {
     size_t size;
     int lgrp_id;
   };
< prev index next >