.jcheck/conf
author mgerdin
Thu, 22 Aug 2013 10:50:41 +0200
changeset 19726 c086d352d3f7
parent 9925 0306baf14388
child 22030 3e7d1a70e010
permissions -rw-r--r--
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@oracle.com

project=jdk8