jmasa [Thu, 29 Aug 2013 06:53:16 -0700] rev 19727
Merge
mgerdin [Thu, 22 Aug 2013 10:50:41 +0200] rev 19726
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
adlertz [Thu, 05 Sep 2013 10:39:10 +0200] rev 19725
Merge
adlertz [Mon, 02 Sep 2013 22:44:57 +0200] rev 19724
8024095: Missing brackets in local scheduling code.
Summary: Added brackets for if-statement
Reviewed-by: kvn, roland
rbackman [Mon, 02 Sep 2013 13:13:45 +0200] rev 19723
Merge
adlertz [Sun, 01 Sep 2013 19:52:02 +0200] rev 19722
Merge
adlertz [Sun, 01 Sep 2013 19:21:05 +0200] rev 19721
8023988: Move local scheduling of nodes to the CFG creation and code motion phase (PhaseCFG)
Summary: Moved local scheduling code from class Block to class PhaseCFG
Reviewed-by: kvn, roland