Thu, 22 Aug 2013 10:50:41 +0200 8016155: SIGBUS when running Kitchensink with ParallelScavenge and ParallelOld
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
Thu, 05 Sep 2013 10:39:10 +0200 Merge
adlertz [Thu, 05 Sep 2013 10:39:10 +0200] rev 19725
Merge
Mon, 02 Sep 2013 22:44:57 +0200 8024095: Missing brackets in local scheduling code.
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
Mon, 02 Sep 2013 13:13:45 +0200 Merge
rbackman [Mon, 02 Sep 2013 13:13:45 +0200] rev 19723
Merge
Sun, 01 Sep 2013 19:52:02 +0200 Merge
adlertz [Sun, 01 Sep 2013 19:52:02 +0200] rev 19722
Merge
Sun, 01 Sep 2013 19:21:05 +0200 8023988: Move local scheduling of nodes to the CFG creation and code motion phase (PhaseCFG)
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
Thu, 29 Aug 2013 22:44:19 +0400 8023976: assert(!CompilationPolicy::can_be_compiled(this, comp_level)) failed: sanity check
vlivanov [Thu, 29 Aug 2013 22:44:19 +0400] rev 19720
8023976: assert(!CompilationPolicy::can_be_compiled(this, comp_level)) failed: sanity check Reviewed-by: kvn, twisti
Wed, 28 Aug 2013 11:22:43 +0200 8023597: Optimize G1 barriers code for unsafe load_store
kvn [Wed, 28 Aug 2013 11:22:43 +0200] rev 19719
8023597: Optimize G1 barriers code for unsafe load_store Summary: Avoid loading old values in G1 pre-barriers for inlined unsafe load_store nodes. Reviewed-by: kvn, tonyp Contributed-by: Martin Doerr <martin.doerr@sap.com>
Tue, 27 Aug 2013 21:16:54 +0200 Merge
adlertz [Tue, 27 Aug 2013 21:16:54 +0200] rev 19718
Merge
Mon, 26 Aug 2013 12:50:23 +0200 8023691: Create interface for nodes in class Block
adlertz [Mon, 26 Aug 2013 12:50:23 +0200] rev 19717
8023691: Create interface for nodes in class Block Summary: Create public methods for accessing the nodes in a block Reviewed-by: kvn, roland
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip