JDK-8316098 : Revise signature of numa_get_leaf_groups
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2023-09-12
  • Updated: 2023-09-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Relates :  
Description
It takes an array of `int` and populate it with node-id that is allowed to allocate memory from.

size_t os::numa_get_leaf_groups(int *ids, size_t size)

However, a valid node-id is always non-negative, so `uint* ids` in the args is more suitable.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15786 Date: 2023-09-18 12:22:11 +0000
18-09-2023