JDK-6779436 : NUMA allocator: libnuma expects certain size of the buffer in numa_node_to_cpus()
Type:Bug
Component:hotspot
Sub-Component:gc
Affected Version:hs14
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2008-12-03
Updated:2010-04-03
Resolved:2008-12-10
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.
Because of the bad coding in the later revisions of the 1st version of
libnuma os::Linux::rebuild_cpu_to_node_map() had a problem interacting with
the library. CPU bitmap size has to be of a certain size.