hg: jdk7/hotspot-gc/hotspot: 6779436: NUMA allocator: libnuma expects certain size of the buffer in numa_node_to_cpus()
igor.veresov at sun.com
igor.veresov at sun.com
Wed Dec 3 19:24:10 PST 2008
Changeset: 85f1b9537f70
Author: iveresov
Date: 2008-12-03 14:18 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/85f1b9537f70
6779436: NUMA allocator: libnuma expects certain size of the buffer in numa_node_to_cpus()
Summary: In os::Linux::rebuild_cpu_to_node_map() fix the size of the CPU bitmap. Fixed arithmetic in MutableNUMASpace::adaptive_chunk_size() that could cause overflows and underflows of the chunk_size variable.
Reviewed-by: apetrusenko
! src/os/linux/vm/os_linux.cpp
! src/os/linux/vm/os_linux.hpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/solaris/vm/os_solaris.hpp
! src/os/windows/vm/os_windows.cpp
! src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp
! src/share/vm/runtime/globals.hpp
More information about the jdk7-changes
mailing list