• M
    8016155: SIGBUS when running Kitchensink with ParallelScavenge and ParallelOld · 28aaccf7
    mgerdin 提交于
    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@oracle.com
    28aaccf7
os_linux.cpp 193.2 KB