Integrated: 8316098: Revise signature of numa_get_leaf_groups
Albert Mingkun Yang
ayang at openjdk.org
Tue Sep 26 13:00:25 UTC 2023
On Mon, 18 Sep 2023 12:22:11 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple refactoring to better reflect NUMA node id is non-negative using unsigned type.
>
> More cleanup can possibly be done to avoid the use of `checked_cast` in `os_windows.cpp`, but since the NUMA code in Windows is unreachable (JDK-8244065), I went to for the smallest diff there in order to avoid adding more untested code.
This pull request has now been integrated.
Changeset: e510dee1
Author: Albert Mingkun Yang <ayang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e510dee162612d9a706ba54d0ab79a49139e77d8
Stats: 11 lines in 7 files changed: 1 ins; 0 del; 10 mod
8316098: Revise signature of numa_get_leaf_groups
Reviewed-by: tschatzl, coleenp
-------------
PR: https://git.openjdk.org/jdk/pull/15786
More information about the hotspot-dev
mailing list