ysr [Fri, 10 Jul 2009 16:01:20 -0700] rev 3192
Merge
tonyp [Tue, 07 Jul 2009 14:23:00 -0400] rev 3191
6855834: G1: minimize the output when -XX:+PrintHeapAtGC is set
Summary: Changing the behavior of -XX:+PrintHeapAtGC for G1 from printing lengthy, per-region information to instead printing a concise summary.
Reviewed-by: ysr, apetrusenko, jcoomes
kvn [Tue, 07 Jul 2009 09:54:06 -0700] rev 3190
Merge
kvn [Mon, 06 Jul 2009 15:53:30 -0700] rev 3189
6857661: 64-bit server VM: assert(is_Initialize(),"invalid node class")
Summary: Move the secondary raw memory barrier to the correct place in generate_arraycopy().
Reviewed-by: never
cfang [Mon, 06 Jul 2009 12:54:17 -0700] rev 3188
6857707: Add missing test case for CR 6855164 from its bug description.
Summary: Add missing test case for CR 6855164 from its bug description.
Reviewed-by: never
cfang [Thu, 02 Jul 2009 16:18:19 -0700] rev 3187
6855164: SIGSEGV during compilation of method involving loop over CharSequence.
Summary: Don not split a block if it contains a FastLockNode with a PhiNode input.
Reviewed-by: kvn, never
kvn [Wed, 01 Jul 2009 20:22:18 -0700] rev 3186
6840775: Multiple JVM crashes seen with 1.6.0_10 through 1.6.0_14
Summary: Put missed reference to allocated array in copyOf() intrinsic into OopMap for the call slow_arraycopy().
Reviewed-by: never