tschatzl [Thu, 15 Oct 2015 10:12:17 +0200] rev 33215
8139583: Fix formatting in survRateGroup.cpp
Reviewed-by: kbarrett, stefank
tschatzl [Thu, 15 Oct 2015 10:07:28 +0200] rev 33214
8137082: Factor out G1 prediction code from G1CollectorPolicy and clean up
Summary: Factor out G1 prediction code from G1CollectorPolicy into its own class, constify methods of G1CollectorPolicy and move more implementations to the cpp file.
Reviewed-by: jmasa, sangheki, ecaspole, kbarrett
mgerdin [Wed, 14 Oct 2015 14:50:43 +0200] rev 33213
8138762: Refactor setup of evacuation closures in G1
Summary: Introduce policy class containing the root scan closures.
Reviewed-by: ehelin, stefank
david [Wed, 14 Oct 2015 09:33:45 +0200] rev 33212
8139434: Unify GenRemSet and CardTableRS
Reviewed-by: jwilhelm, mgerdin