hg: hsx/hotspot-gc/hotspot: 8016155: SIGBUS when running Kitchensink with ParallelScavenge and ParallelOld

mikael.gerdin at oracle.com mikael.gerdin at oracle.com
Tue Aug 27 16:02:08 UTC 2013


Changeset: 88c255656030
Author:    mgerdin
Date:      2013-08-22 10:50 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/88c255656030

8016155: SIGBUS when running Kitchensink with ParallelScavenge and ParallelOld
Summary: When using NUMA and large pages we need to ease the requirement on which node the memory should be allocated on. To avoid the SIGBUS we now use the memory policy MPOL_PREFERRED, which prefers a certain node, instead of MPOL_BIND, which requires a certain node.
Reviewed-by: jmasa, pliden
Contributed-by: stefan.johansson at oracle.com

! src/os/linux/vm/os_linux.cpp
! src/os/linux/vm/os_linux.hpp




More information about the hotspot-gc-dev mailing list