log src/share/vm/gc_implementation/g1/g1_globals.hpp @ 4912:a9647476d1a4

age author description
Wed, 15 Feb 2012 13:06:53 -0500 tonyp 7132029: G1: mixed GC phase lasts for longer than it should
Tue, 10 Jan 2012 20:02:41 +0100 brutisso 7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80
Wed, 21 Dec 2011 22:13:31 +0100 brutisso 7113021: G1: automatically enable young gen size auto-tuning when -Xms==-Xmx
Fri, 18 Nov 2011 12:52:27 -0500 tonyp 7097002: G1: remove a lot of unused / redundant code from the G1CollectorPolicy class
Wed, 28 Sep 2011 08:21:30 +0200 brutisso 7005808: G1: re-enable ReduceInitialCardMarks for G1
Fri, 09 Sep 2011 05:20:58 -0400 tonyp 7087717: G1: make the G1PrintRegionLivenessInfo parameter diagnostic
Thu, 08 Sep 2011 05:16:49 -0400 tonyp 7084509: G1: fix inconsistencies and mistakes in the young list target length calculations
Wed, 31 Aug 2011 10:16:02 -0700 johnc 7066841: remove MacroAssembler::br_on_reg_cond() on sparc
Mon, 22 Aug 2011 10:16:33 -0400 tonyp 7081064: G1: remove develop params G1FixedSurvivorSpaceSize, G1FixedTenuringThreshold, and G1FixedEdenSize
Fri, 19 Aug 2011 09:30:59 +0200 brutisso 6814390: G1: remove the concept of non-generational G1
Fri, 29 Apr 2011 12:40:49 -0400 tonyp 7034139: G1: assert(Thread::current()->is_ConcurrentGC_thread()) failed: only a conc GC thread can call this.
Tue, 19 Apr 2011 15:46:59 -0400 tonyp 7011855: G1: non-product flag to artificially grow the heap
Thu, 07 Apr 2011 09:53:20 -0700 johnc 7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error
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