< 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 56453 : [mq]: 8220310.mut.3-kim

*** 388,397 **** --- 388,401 ---- 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 InvalidId = -1; + + static int numa_get_address_id(void* address); + // Page manipulation struct page_info { size_t size; int lgrp_id; };
< prev index next >