log src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp @ 20804:7848fc12602b

age author description
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Fri, 21 Nov 2014 12:08:37 +0100 jwilhelm 8065305: Make it possible to extend the G1CollectorPolicy
Tue, 16 Sep 2014 14:27:40 +0200 brutisso 8057768: Make heap region region type in G1 HeapRegion explicit
Tue, 19 Aug 2014 10:50:27 +0200 tschatzl 8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data
Mon, 21 Jul 2014 09:59:37 +0200 tschatzl 8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Thu, 22 May 2014 15:52:41 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Mon, 31 Mar 2014 17:09:38 +0200 ehelin 8038934: Remove prefix allocated_ from methods and variables in Metaspace
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Thu, 23 Jan 2014 14:47:23 +0100 jwilhelm 8025856: Fix typos in the GC code
Mon, 20 Jan 2014 17:15:55 +0100 ehelin 8031776: Remove the unnecessary enum GenRemSet::Name
Fri, 01 Nov 2013 17:09:38 +0100 jwilhelm 8016309: assert(eden_size > 0 && survivor_size > 0) failed: just checking
Mon, 21 Oct 2013 18:51:37 +0200 jwilhelm 8026851: Remove unnecessary code in GenRemSet
Sat, 12 Oct 2013 00:49:19 +0200 jwilhelm 8023643: G1 assert failed when NewSize was specified greater than MaxNewSize
Thu, 03 Oct 2013 21:36:29 +0200 jwilhelm 8025852: Remove unnecessary setters in collector policy classes
Fri, 30 Aug 2013 07:31:47 +0200 brutisso 8019902: G1: Use the average heap size rather than the minimum heap size to calculate the region size
Fri, 16 Aug 2013 13:22:32 +0200 stefank 8007074: SIGSEGV at ParMarkBitMap::verify_clear()
Thu, 11 Jul 2013 11:33:27 +0200 brutisso 8020155: PSR:PERF G1 not collecting old regions when humongous allocations interfer
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Thu, 16 May 2013 09:24:26 -0700 johnc 8010738: G1: Output for full GCs with +PrintGCDetails should contain perm gen size/meta data change info
Mon, 06 May 2013 09:16:14 +0200 brutisso 8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment
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