jmasa [Thu, 05 Jun 2014 10:34:57 -0700] rev 24849
Merge
pliden [Wed, 04 Jun 2014 14:16:20 +0200] rev 24848
8044768: Backout fix for JDK-8040807
Reviewed-by: brutisso, ehelin
ehelin [Thu, 29 May 2014 14:31:28 +0200] rev 24847
8042933: assert(capacity_until_gc >= committed_bytes) failed
Reviewed-by: stefank, jmasa
brutisso [Tue, 03 Jun 2014 09:34:04 +0000] rev 24846
Merge
brutisso [Tue, 03 Jun 2014 10:44:36 +0200] rev 24845
8043239: G1: Missing post barrier in processing of j.l.ref.Reference objects
Summary: Removed all write barriers during reference processing and added explicit write barriers when iterating through the discovered list.
Reviewed-by: pliden, jmasa, tschatzl
pliden [Tue, 03 Jun 2014 10:37:46 +0200] rev 24844
8040807: G1: Enable G1CollectedHeap::stop()
Reviewed-by: brutisso, jmasa, tschatzl