stefank [Mon, 01 Oct 2012 13:29:11 +0200] rev 13922
8000227: [obj|type]ArrayKlass::oop_print_on prints one line to tty instead of the provided output stream
Reviewed-by: brutisso, sla, jmasa, coleenp
stefank [Fri, 28 Sep 2012 15:34:32 +0200] rev 13921
8000230: Change os::print_location to be more descriptive when a location is pointing into an object
Reviewed-by: mgerdin, twisti
stefank [Mon, 01 Oct 2012 11:07:31 +0200] rev 13920
Merge
johnc [Thu, 27 Sep 2012 15:44:01 -0700] rev 13919
7200261: G1: Liveness counting inconsistencies during marking verification
Summary: The clipping code in the routine that sets the bits for a range of cards, in the liveness accounting verification code was incorrect. It set all the bits in the card bitmap from the given starting index which would lead to spurious marking verification failures.
Reviewed-by: brutisso, jwilhelm, jmasa