Wed, 10 Aug 2011 15:04:21 +0400 7073913: The fix for 7017193 causes segfaults
dsamersoff [Wed, 10 Aug 2011 15:04:21 +0400] rev 10245
7073913: The fix for 7017193 causes segfaults Summary: Buffer overflow in os::get_line_chars Reviewed-by: coleenp, dholmes, dcubed Contributed-by: aph@redhat.com
Tue, 16 Aug 2011 08:02:29 -0700 Merge
ysr [Tue, 16 Aug 2011 08:02:29 -0700] rev 10244
Merge
Fri, 12 Aug 2011 11:31:06 -0400 7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally
tonyp [Fri, 12 Aug 2011 11:31:06 -0400] rev 10243
7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally Summary: Refactor the allocation code during GC to use the G1AllocRegion abstraction. Use separate subclasses of G1AllocRegion for survivor and old regions. Avoid BOT updates and dirty survivor cards incrementally for the former. Reviewed-by: brutisso, johnc, ysr
Thu, 11 Aug 2011 11:36:29 -0700 7074579: G1: JVM crash with JDK7 running ATG CRMDemo Fusion App
johnc [Thu, 11 Aug 2011 11:36:29 -0700] rev 10242
7074579: G1: JVM crash with JDK7 running ATG CRMDemo Fusion App Summary: Handlize MemoryUsage klass oop in createGCInfo routine Reviewed-by: tonyp, fparain, ysr, jcoomes
Thu, 11 Aug 2011 14:58:29 +0100 Merge
kevinw [Thu, 11 Aug 2011 14:58:29 +0100] rev 10241
Merge
Tue, 02 Aug 2011 14:37:35 +0100 7072527: CMS: JMM GC counters overcount in some cases
kevinw [Tue, 02 Aug 2011 14:37:35 +0100] rev 10240
7072527: CMS: JMM GC counters overcount in some cases Summary: Avoid overcounting when CMS has concurrent mode failure. Reviewed-by: ysr Contributed-by: rednaxelafx@gmail.com
Fri, 05 Aug 2011 16:50:14 -0700 7060836: RHEL 5.5 and 5.6 should support UseNUMA
iveresov [Fri, 05 Aug 2011 16:50:14 -0700] rev 10239
7060836: RHEL 5.5 and 5.6 should support UseNUMA Summary: Add a wrapper for sched_getcpu() for systems where libc lacks it Reviewed-by: ysr Contributed-by: Andrew John Hughes <ahughes@redhat.com>
Fri, 05 Aug 2011 16:44:01 -0700 7060842: UseNUMA crash with UseHugreTLBFS running SPECjvm2008
iveresov [Fri, 05 Aug 2011 16:44:01 -0700] rev 10238
7060842: UseNUMA crash with UseHugreTLBFS running SPECjvm2008 Summary: Use mmap() instead of madvise(MADV_DONTNEED) to uncommit pages Reviewed-by: ysr
Tue, 02 Aug 2011 12:13:13 -0700 7069863: G1: SIGSEGV running SPECjbb2011 and -UseBiasedLocking
johnc [Tue, 02 Aug 2011 12:13:13 -0700] rev 10237
7069863: G1: SIGSEGV running SPECjbb2011 and -UseBiasedLocking Summary: Align the reserved size of the heap and perm to the heap region size to get a preferred heap base that is aligned to the region size, and call the correct heap reservation constructor. Also add a check in the heap reservation code that the reserved space starts at the requested address (if any). Reviewed-by: kvn, ysr
Mon, 01 Aug 2011 10:04:28 -0700 7068240: G1: Long "parallel other time" and "ext root scanning" when running specific benchmark
johnc [Mon, 01 Aug 2011 10:04:28 -0700] rev 10236
7068240: G1: Long "parallel other time" and "ext root scanning" when running specific benchmark Summary: In root processing, move the scanning of the reference processor's discovered lists to before RSet updating and scanning. When scanning the reference processor's discovered lists, use a buffering closure so that the time spent copying any reference object is correctly attributed. Also removed a couple of unused and irrelevant timers. Reviewed-by: ysr, jmasa
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip