log src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp @ 10100:9aa8d8037ee3

age author description
Tue, 16 Apr 2013 12:46:24 +0200 mgerdin Merge
Wed, 10 Apr 2013 10:57:34 -0700 johnc 8010780: G1: Eden occupancy/capacity output wrong after a full GC
Thu, 04 Apr 2013 10:01:26 -0700 mikael 8003310: Enable -Wunused-function when compiling with gcc
Mon, 04 Mar 2013 12:42:14 -0800 johnc 8007036: G1: Too many old regions added to last mixed GC
Thu, 21 Feb 2013 23:58:05 -0800 poonam 8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED
Fri, 21 Dec 2012 11:45:34 -0800 johnc 8001424: G1: Rename certain G1-specific flags
Thu, 23 Aug 2012 10:21:12 +0200 brutisso 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
Tue, 21 Aug 2012 14:10:39 -0700 johnc 7185699: G1: Prediction model discrepancies
Thu, 19 Jul 2012 15:15:54 -0700 tonyp 7114678: G1: various small fixes, code cleanup, and refactoring
Wed, 11 Jul 2012 22:47:38 +0200 brutisso 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
Thu, 31 May 2012 21:10:33 +0200 brutisso 7172279: G1: Clean up TraceGen0Time and TraceGen1Time data gathering
Tue, 15 May 2012 10:25:06 +0200 brutisso 7166894: Add gc cause to GC logging for all collectors
Mon, 14 May 2012 17:32:17 +0200 brutisso 7161545: G1: Minor cleanups to the G1 logging
Wed, 25 Apr 2012 12:36:37 +0200 brutisso 7163848: G1: Log GC Cause for a GC
Wed, 25 Apr 2012 10:23:12 -0700 johnc 7143490: G1: Remove HeapRegion::_top_at_conc_mark_count
Wed, 18 Apr 2012 13:39:55 -0400 tonyp 7145441: G1: collection set chooser-related cleanup
Wed, 18 Apr 2012 07:21:15 -0400 tonyp 7157073: G1: type change size_t -> uint for region counts / indexes
Fri, 13 Apr 2012 01:59:38 +0200 brutisso 7160728: Introduce an extra logging level for G1 logging
Thu, 05 Apr 2012 13:57:23 -0400 tonyp 7127697: G1: remove dead code after recent concurrent mark changes
Tue, 13 Mar 2012 11:05:32 -0700 johnc 7143511: G1: Another instance of high GC Worker Other time (50ms)
Fri, 23 Mar 2012 10:53:19 -0400 tonyp 7146246: G1: expose some of the -XX flags that drive which old regions to collect during mixed GCs
Wed, 15 Feb 2012 13:06:53 -0500 tonyp 7132029: G1: mixed GC phase lasts for longer than it should
Wed, 25 Jan 2012 12:58:23 -0500 tonyp 7127706: G1: re-enable survivors during the initial-mark pause
Mon, 23 Jan 2012 20:36:16 +0100 brutisso 7132311: G1: assert((s == klass->oop_size(this)) || (Universe::heap()->is_gc_active() && ((is_typeArray()...
Mon, 16 Jan 2012 22:10:05 +0100 brutisso 6976060: G1: humongous object allocations should initiate marking cycles when necessary
Tue, 10 Jan 2012 18:58:13 -0500 tonyp 6888336: G1: avoid explicitly marking and pushing objects in survivor spaces
Wed, 21 Dec 2011 22:13:31 +0100 brutisso 7113021: G1: automatically enable young gen size auto-tuning when -Xms==-Xmx
Wed, 14 Dec 2011 13:34:57 -0800 jmasa 7121618: Change type of number of GC workers to unsigned int.
Wed, 21 Dec 2011 07:53:53 -0500 tonyp 7119027: G1: use atomics to update RS length / predict time of inc CSet
Fri, 16 Dec 2011 02:14:27 -0500 tonyp 7113012: G1: rename not-fully-young GCs as "mixed"
Wed, 07 Dec 2011 12:54:51 -0500 tonyp 7118202: G1: eden size unnecessarily drops to a minimum
Thu, 17 Nov 2011 12:40:15 -0800 johnc 7112743: G1: Reduce overhead of marking closure during evacuation pauses
Mon, 28 Nov 2011 09:49:05 -0800 johnc 7114303: G1: assert(_g1->mark_in_progress()) failed: shouldn't be here otherwise
Tue, 09 Aug 2011 10:16:01 -0700 jmasa 6593758: RFE: Enhance GC ergonomics to dynamically choose ParallelGCThreads
Fri, 18 Nov 2011 12:52:27 -0500 tonyp 7097002: G1: remove a lot of unused / redundant code from the G1CollectorPolicy class
Mon, 07 Nov 2011 22:11:12 -0500 tonyp 7092309: G1: introduce old region set
Wed, 26 Oct 2011 08:44:53 +0200 brutisso 7102191: G1: assert(_min_desired_young_length <= initial_region_num) failed: Initial young gen size too small
Sun, 23 Oct 2011 23:06:06 -0700 johnc 7096030: G1: PrintGCDetails enhancements
Fri, 14 Oct 2011 11:12:24 -0400 tonyp 7088680: G1: Cleanup in the G1CollectorPolicy class
Wed, 05 Oct 2011 08:44:10 -0700 johnc 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t
Wed, 28 Sep 2011 10:36:31 -0700 johnc 7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead objs: g1CollectedHeap.cpp:3835
Thu, 22 Sep 2011 10:57:37 -0700 johnc 6484982: G1: process references during evacuation pauses
Wed, 21 Sep 2011 13:36:37 -0400 tonyp 7091032: G1: assert failure when NewRatio is used
Tue, 13 Sep 2011 12:40:14 -0400 tonyp 7089625: G1: policy for how many old regions to add to the CSet (when young gen is fixed) is broken
Thu, 08 Sep 2011 16:29:41 +0200 brutisso 6929868: G1: introduce min / max young gen size bounds
Thu, 08 Sep 2011 05:16:49 -0400 tonyp 7084509: G1: fix inconsistencies and mistakes in the young list target length calculations
Wed, 07 Sep 2011 12:21:23 -0400 tonyp 7050392: G1: Introduce flag to generate a log of the G1 ergonomic decisions
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, 12 Aug 2011 11:31:06 -0400 tonyp 7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally
Mon, 01 Aug 2011 10:04:28 -0700 johnc 7068240: G1: Long "parallel other time" and "ext root scanning" when running specific benchmark
Fri, 24 Jun 2011 12:38:49 -0400 tonyp 7049999: G1: Make the G1PrintHeapRegions output consistent and complete
Fri, 10 Jun 2011 13:16:40 -0400 tonyp 7045330: G1: Simplify/fix the HeapRegionSeq class
Wed, 08 Jun 2011 21:48:38 -0400 tonyp 7045662: G1: OopsInHeapRegionClosure::set_region() should not be virtual
Wed, 08 Jun 2011 15:31:51 -0400 tonyp 7032531: G1: enhance GC logging to include more accurate eden / survivor size transitions
Wed, 23 Mar 2011 14:12:51 +0100 brutisso 6948149: G1: Imbalance in termination times
Thu, 03 Mar 2011 22:58:46 +0100 brutisso 7022943: G1: improve logging to avoid interleaved numbers
Wed, 02 Feb 2011 10:41:20 -0800 johnc 6923430: G1: assert(res != 0,"This should have worked.")
Wed, 19 Jan 2011 19:30:42 -0500 tonyp 6977804: G1: remove the zero-filling thread
Tue, 07 Dec 2010 16:47:42 -0500 tonyp 6994056: G1: when GC locker is active, extend the Eden instead of allocating into the old gen
Tue, 24 Aug 2010 17:24:33 -0400 tonyp 6974966: G1: unnecessary direct-to-old allocations
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Mon, 20 Sep 2010 14:38:38 -0700 jmasa 6984287: Regularize how GC parallel workers are specified.
Mon, 13 Sep 2010 10:00:24 -0700 johnc 6981746: G1: SEGV with -XX:+TraceGen0Time
Wed, 04 Aug 2010 13:03:23 -0400 tonyp 6963209: G1: remove the concept of abandoned pauses
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
Fri, 07 May 2010 13:14:41 -0400 tonyp 6949307: G1: raise a vm error, do not core dump, if target pause time and target interval are inconsistent
Wed, 02 Jun 2010 22:45:42 -0700 jrose Merge
Thu, 27 May 2010 18:01:56 -0700 kvn 6916623: Align object to 16 bytes to use Compressed Oops with java heap up to 64Gb
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
Tue, 30 Mar 2010 15:43:03 -0400 tonyp 6937142: G1: improvements to debugging output (S-M)
Tue, 06 Apr 2010 10:59:45 -0400 tonyp 6909756: G1: guarantee(G1CollectedHeap::heap()->mark_in_progress(),"Precondition.")
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
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
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
Fri, 13 Nov 2009 11:55:26 -0800 ysr 6898948: G1: forensic instrumentation for out-of-bounds recent_avg_pause_time_ratio()
Fri, 23 Oct 2009 14:34:27 -0400 tonyp 6886024: G1: assert(recent_avg_pause_time_ratio() < 1.00,"All GC?")
Thu, 30 Jul 2009 16:22:58 -0400 tonyp 6819085: G1: use larger and/or user settable region size
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.
Tue, 14 Jul 2009 15:40:39 -0700 ysr 6700789: G1: Enable use of compressed oops with G1 heaps
Mon, 11 May 2009 16:30:56 -0700 iveresov 6484957: G1: parallel concurrent refinement
Thu, 30 Apr 2009 15:07:53 -0700 johnc 6490395: G1: Tidy up command line flags.
Wed, 25 Mar 2009 13:10:54 -0700 apetrusenko 6543938: G1: remove the concept of popularity
Sat, 21 Mar 2009 22:53:04 -0400 tonyp 6820321: G1: Error: guarantee(check_nums(total, n, parts), "all seq lengths should match")
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
Tue, 24 Feb 2009 15:50:23 -0500 tonyp 6804746: G1: guarantee(variance() > -1.0,"variance should be >= 0") (due to evacuation failure)
Mon, 09 Mar 2009 13:28:46 -0700 xdono 6814575: Update copyright year
Mon, 09 Feb 2009 17:33:06 +0300 apetrusenko 6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy()
Fri, 06 Feb 2009 01:38:50 +0300 apetrusenko 6484959: G1: introduce survivor spaces
Fri, 16 Jan 2009 13:02:20 -0500 tonyp 6484956: G1: improve evacuation pause efficiency
Mon, 15 Dec 2008 16:55:11 -0800 xdono 6785258: Update copyright year jdk7-b42
Wed, 06 Aug 2008 11:57:31 -0400 tonyp 6722565: G1: assert !r->is_on_unclean_list() fires
Thu, 05 Jun 2008 15:57:56 -0700 ysr 6711316: Open source the Garbage-First garbage collector