RFR(XL): 8220310: Implementation: NUMA-Aware Memory Allocation for G1, Mutator (1/3)

Kim Barrett kim.barrett at oracle.com
Sun Oct 27 22:02:44 UTC 2019


> On Oct 25, 2019, at 5:56 PM, sangheon.kim at oracle.com wrote:
> 
> -  static int    numa_get_group_id(void* address);
> +  static int    numa_get_group_id_for_address(const void* address);
> 
> webrev:
> http://cr.openjdk.java.net/~sangheki/8220310/webrev.7
> http://cr.openjdk.java.net/~sangheki/8220310/webrev.7.inc
> 
> Testing: hs-tier1
> 
> Thanks,
> Sangheon

Looks good.



More information about the hotspot-runtime-dev mailing list