duke [Wed, 05 Jul 2017 16:56:25 +0200] rev 3197
Merge
xdono [Mon, 13 Jul 2009 14:47:51 -0700] rev 3196
Added tag jdk7-b64 for changeset 2bd0e908f480
duke [Wed, 05 Jul 2017 16:56:23 +0200] rev 3195
Merge
trims [Tue, 14 Jul 2009 19:43:04 -0700] rev 3194
Merge
trims [Sat, 11 Jul 2009 03:18:30 -0700] rev 3193
Merge
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
jmasa [Thu, 02 Jul 2009 16:28:15 -0700] rev 3185
Merge
tonyp [Mon, 29 Jun 2009 12:17:03 -0400] rev 3184
6855115: G1: Fix for 6850869 is incorrect
Summary: Missed updating two variable names when improving the code for 6850869.
Reviewed-by: iveresov, jmasa, ysr
apetrusenko [Fri, 26 Jun 2009 09:22:19 -0700] rev 3183
6854027: Precompiled headers are not being updated in Linux/GCC builds
Summary: Fixes incorrect handling of precompiled headers in diff mode.
Reviewed-by: never, twisti
tonyp [Wed, 24 Jun 2009 11:42:03 -0400] rev 3182
6850869: G1: RSet "scrubbing" scrubs too much
Summary: RSet scrubbing incorrectly deletes RSet entries that point to regions tagged as "continues humongous" due to a race when RSet scrubbing iterates over regions in parallel.
Reviewed-by: apetrusenko, iveresov