log src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp @ 1836:894b1d7c7e01

age author description
Tue, 28 Sep 2010 15:56:15 -0700 jcoomes 6423256: GC stacks should use a better data structure
Mon, 20 Sep 2010 14:38:38 -0700 jmasa 6984287: Regularize how GC parallel workers are specified.
Tue, 17 Aug 2010 14:40:00 -0400 tonyp 6974928: G1: sometimes humongous objects are allocated in young regions
Mon, 09 Aug 2010 05:41:05 -0700 jcoomes 6966222: G1: simplify TaskQueue overflow handling
Mon, 02 Aug 2010 12:51:43 -0700 johnc 6814437: G1: remove the _new_refs array
Mon, 28 Jun 2010 14:13:17 -0400 tonyp 6944166: G1: explicit GCs are not always handled correctly
Thu, 22 Apr 2010 15:20:16 -0400 tonyp 6946048: G1: improvements to +PrintGCDetails output
Thu, 27 May 2010 19:08:38 -0700 trims 6941466: Oracle rebranding changes for Hotspot repositories
Thu, 22 Apr 2010 10:02:38 -0700 johnc 6819061: G1: eliminate serial Other times that are proportional to the collection set length
Fri, 16 Apr 2010 08:48:16 -0700 apetrusenko 6942253: G1: replace G1ParallelGCAllocBufferSize with YoungPLABSize and OldPLABSize
Thu, 11 Mar 2010 11:44:43 -0800 johnc 6755988: G1: assert(new_obj != 0 || ... "should be forwarded")
Wed, 03 Mar 2010 14:48:26 -0800 jcoomes 4396719: Mark Sweep stack overflow on deeply nested Object arrays
Thu, 11 Feb 2010 15:52:19 -0800 iveresov 6923991: G1: improve scalability of RSet scanning
Tue, 26 Jan 2010 16:52:29 -0800 ysr 6920090: G1: Disable ReduceInitialCardMarks at least until 6920109 is fixed
Wed, 13 Jan 2010 15:26:39 -0800 ysr 6896647: card marks can be deferred too long
Fri, 04 Dec 2009 07:44:35 -0500 tonyp 6880903: G1: G1 reports incorrect Runtime.maxMemory()
Fri, 16 Oct 2009 02:05:46 -0700 ysr 6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning
Thu, 30 Jul 2009 16:22:58 -0400 tonyp 6819085: G1: use larger and/or user settable region size
Wed, 02 Sep 2009 00:04:29 -0700 ysr 4957990: Perm heap bloat in JVM
Wed, 15 Jul 2009 12:22:59 -0400 tonyp 6859911: G1: assert(Heap_lock->owner() = NULL, "Should be owned on this thread's behalf")
Tue, 14 Jul 2009 15:40:39 -0700 ysr 6700789: G1: Enable use of compressed oops with G1 heaps
Tue, 07 Jul 2009 14:23:00 -0400 tonyp 6855834: G1: minimize the output when -XX:+PrintHeapAtGC is set
Fri, 12 Jun 2009 16:20:16 -0400 tonyp 6850846: G1: extend G1 marking verification
Thu, 11 Jun 2009 17:19:33 -0700 johnc 6843694: G1: assert(index < _vs.committed_size(),"bad index"), g1BlockOffsetTable.inline.hpp:55
Tue, 19 May 2009 04:05:31 -0700 apetrusenko 6819065: G1: eliminate high serial card table clearing time
Thu, 26 Mar 2009 08:51:32 -0700 iveresov 6822263: G1: JVMTI heap iteration fails
Wed, 25 Mar 2009 13:10:54 -0700 apetrusenko 6543938: G1: remove the concept of popularity
Wed, 18 Mar 2009 11:37:48 -0400 tonyp Merge
Sun, 15 Mar 2009 22:03:38 -0400 tonyp 6604422: G1: re-use half-promoted regions
Thu, 12 Mar 2009 18:16:36 -0700 trims Merge