tschatzl [Fri, 01 Apr 2016 11:58:45 +0200] rev 37229
8153182: GC ID prefix for gc, humongous log messages are missing
Reviewed-by: mgerdin, brutisso
tschatzl [Fri, 01 Apr 2016 11:57:58 +0200] rev 37228
8148099: Improve memory access to FromCardCache during GC
Summary: Transpose the FromCardCache data array so the access during GC is linear instead of element-by-element with stride.
Reviewed-by: mgerdin, brutisso
csahu [Fri, 01 Apr 2016 13:51:29 +0530] rev 37227
8151442: jstack doesn't close quotation marks properly with threads' name greater than 1996 characters
Reviewed-by: dsamersoff, kevinw
brutisso [Fri, 01 Apr 2016 07:08:55 +0200] rev 37226
8153188: Use log_error(gc, verify) for logging in verification code
Reviewed-by: mgerdin, tschatzl