roland [Fri, 23 Dec 2011 09:36:23 +0100] rev 11433
7123253: C1: in store check code, usage of registers may be incorrect
Summary: fix usage of input register in assembly code for store check.
Reviewed-by: never
roland [Thu, 22 Dec 2011 10:55:53 +0100] rev 11432
7123108: C1: assert(if_state != NULL) failed: states do not match up
Summary: In CEE, ensure if and common successor state are at the same inline level
Reviewed-by: never
roland [Tue, 20 Dec 2011 16:56:50 +0100] rev 11431
7121140: Allocation paths require explicit memory synchronization operations for RMO systems
Summary: adds store store barrier after initialization of header and body of objects.
Reviewed-by: never, kvn
stefank [Wed, 07 Dec 2011 11:35:03 +0100] rev 11430
7118863: Move sizeof(klassOopDesc) into the *Klass::*_offset_in_bytes() functions
Summary: Moved sizeof(klassOopDesc), changed the return type to ByteSize and removed the _in_bytes suffix.
Reviewed-by: never, bdelsart, coleenp, jrose