stefank [Tue, 11 Nov 2014 17:05:33 +0100] rev 27683
8064580: Move INCLUDE_CDS include section to the end of the include list
Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
sfriberg [Fri, 14 Nov 2014 15:03:39 +0100] rev 27682
8064473: Improved handling of age during object copy in G1
Reviewed-by: brutisso, tschatzl
mgerdin [Fri, 14 Nov 2014 14:23:25 +0100] rev 27681
8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs
Summary: Read _top before _gc_time_stamp in saved_mark_word() with LoadLoad order to ensure we get a consistent view
Reviewed-by: brutisso, dcubed, dholmes, stefank