log src/share/vm/gc_implementation/g1/g1_globals.hpp @ 2436:8f1042ff784d

age author description
Fri, 18 Feb 2011 10:07:34 -0800 johnc 7020042: G1: Partially remove fix for 6994628
Mon, 04 Apr 2011 14:23:17 -0400 tonyp 7027766: G1: introduce flag to dump the liveness information per region at the end of marking
Mon, 28 Mar 2011 10:58:54 -0700 johnc 7026932: G1: No need to abort VM when card count cache expansion fails
Wed, 02 Feb 2011 10:41:20 -0800 johnc 6923430: G1: assert(res != 0,"This should have worked.")
Tue, 25 Jan 2011 10:56:22 -0800 johnc 6608385: G1: need to support parallel reference processing
Wed, 19 Jan 2011 19:30:42 -0500 tonyp 6977804: G1: remove the zero-filling thread
Wed, 19 Jan 2011 09:35:17 -0500 tonyp 7011379: G1: overly long concurrent marking cycles
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Tue, 12 Oct 2010 09:36:48 -0700 johnc 6971296: G1: simplify G1RemSet class hierarchy
Thu, 10 Jun 2010 08:27:35 -0700 jmasa Merge
Mon, 24 May 2010 17:11:22 -0700 johnc 6941378: G1: change default value of G1UseFixedWindowMMUTracker to true
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
Fri, 02 Apr 2010 12:10:08 -0400 tonyp 6677708: G1: re-enable parallel RSet updating and scanning
Tue, 30 Mar 2010 15:36:55 -0400 tonyp 6937160: G1: should observe GCTimeRatio
Wed, 24 Feb 2010 14:56:20 -0500 tonyp 6928065: G1: use existing command line parameters to set the young generation size
Wed, 24 Feb 2010 07:00:33 -0800 jmasa 6928081: G1: rename parameters common with CMS
Tue, 23 Feb 2010 23:14:34 -0500 tonyp 6928073: G1: use existing command line parameters for marking cycle initiation
Tue, 23 Feb 2010 23:13:23 -0500 tonyp 6928059: G1: command line parameter renaming
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, 16 Dec 2009 15:12:51 -0800 iveresov 6862387: tune concurrent refinement further
Thu, 19 Nov 2009 13:43:25 -0800 ysr 6902303: G1: ScavengeALot should cause an incremental, rather than a full, collection
Thu, 19 Nov 2009 10:19:19 -0800 ysr 6902701: G1: protect debugging code related to 6898948 with a debug flag
Wed, 30 Sep 2009 14:50:51 -0400 tonyp 6890137: G1: revamp reachable object dump
Thu, 30 Jul 2009 16:22:58 -0400 tonyp 6819085: G1: use larger and/or user settable region size
Mon, 31 Aug 2009 05:27:29 -0700 apetrusenko 6841313: G1: dirty cards of survivor regions in parallel
Wed, 19 Aug 2009 12:53:25 -0400 tonyp 6871111: G1: remove the concurrent overhead tracker
Tue, 04 Aug 2009 16:00:17 -0700 johnc 6819077: G1: first GC thread coming late into the GC.