jwilhelm [Tue, 03 Mar 2015 18:01:27 +0100] rev 29697
8074459: Flags handling memory sizes should be of type size_t
Summary: Changed the type to size_t for flags that handles memory sizes
Reviewed-by: kbarrett, tschatzl
sjohanss [Mon, 02 Mar 2015 11:08:09 +0100] rev 29696
8073944: Simplify ArgumentsExt and remove unneeded functionallity
Reviewed-by: kbarrett, dholmes
jprovino [Mon, 23 Mar 2015 12:18:20 +0100] rev 29695
8067891: Remove vestigal G1SATBCT barrier set kind
Summary: Remove all case statements specifying G1SATBCT
Reviewed-by: tschatzl, kbarrett
brutisso [Thu, 19 Mar 2015 15:25:54 +0100] rev 29694
8027962: Per-phase timing measurements for strong roots processing
Reviewed-by: tschatzl, ecaspole
mgerdin [Mon, 01 Dec 2014 15:24:56 +0100] rev 29693
8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
Summary: Create a G1RootProcessor and move SharedHeap root processing to GenCollectedHeap
Reviewed-by: brutisso, tschatzl, ehelin
ehelin [Thu, 19 Mar 2015 10:29:36 +0000] rev 29692
Merge