cl [Thu, 05 Sep 2013 02:45:53 -0700] rev 19745
Added tag jdk8-b106 for changeset 2f514eb96d97
duke [Wed, 05 Jul 2017 19:11:05 +0200] rev 19744
Merge
cl [Thu, 05 Sep 2013 02:45:50 -0700] rev 19743
Added tag jdk8-b106 for changeset dabbe0edf55c
duke [Wed, 05 Jul 2017 19:11:02 +0200] rev 19742
Merge
cl [Thu, 05 Sep 2013 02:46:24 -0700] rev 19741
Added tag jdk8-b106 for changeset 6ba209076a37
duke [Wed, 05 Jul 2017 19:10:59 +0200] rev 19740
Merge
cl [Thu, 05 Sep 2013 02:45:32 -0700] rev 19739
Added tag jdk8-b106 for changeset e80e02865308
duke [Wed, 05 Jul 2017 19:10:56 +0200] rev 19738
Merge
amurillo [Tue, 10 Sep 2013 05:46:37 -0700] rev 19737
8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49
Reviewed-by: alanb, chegar
cl [Thu, 05 Sep 2013 02:46:01 -0700] rev 19736
Added tag jdk8-b106 for changeset 347df39afea6
duke [Wed, 05 Jul 2017 19:10:53 +0200] rev 19735
Merge
amurillo [Fri, 06 Sep 2013 11:04:00 -0700] rev 19734
Added tag hs25-b49 for changeset 20a700f38686
amurillo [Fri, 06 Sep 2013 11:04:00 -0700] rev 19733
Merge
tschatzl [Thu, 05 Sep 2013 14:15:54 +0200] rev 19732
Merge
jmasa [Wed, 04 Sep 2013 12:56:03 -0700] rev 19731
Merge
jmasa [Wed, 04 Sep 2013 11:41:17 -0700] rev 19730
8013938: Native OOME on fastdebug VM on Solaris
Reviewed-by: azeemj, brutisso, kvn, tschatzl
ehelin [Thu, 22 Aug 2013 11:23:15 +0200] rev 19729
8020692: TestGCEventMixed.java failed because of timestamp in event after end event
Reviewed-by: mgerdin, stefank
brutisso [Fri, 30 Aug 2013 07:31:47 +0200] rev 19728
8019902: G1: Use the average heap size rather than the minimum heap size to calculate the region size
Reviewed-by: tonyp, tschatzl, sjohanss
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
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
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>
adlertz [Tue, 27 Aug 2013 21:16:54 +0200] rev 19718
Merge
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
rbackman [Tue, 27 Aug 2013 19:37:39 +0200] rev 19716
Merge