jwilhelm [Tue, 25 Nov 2014 13:41:08 +0100] rev 27892
8065305: Make it possible to extend the G1CollectorPolicy
Summary: Added a G1CollectorPolicyExt where it is possible to extend the class.
Reviewed-by: sjohanss, tschatzl
mgerdin [Wed, 26 Nov 2014 10:53:31 +0100] rev 27889
8065358: Refactor G1s usage of save_marks and reduce related races
Summary: Stop using save_marks in G1 related code and make setting the replacement field less racy.
Reviewed-by: brutisso, tschatzl