hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
Mon, 20 Sep 2010 14:38:38 -0700 jmasa 6984287: Regularize how GC parallel workers are specified.
Fri, 10 Sep 2010 17:07:55 -0700 ysr 6983930: CMS: Various small cleanups ca September 2010
Wed, 18 Aug 2010 11:39:21 -0700 ysr 6977970: CMS: concurrentMarkSweepGeneration.cpp:7947 assert(addr <= _limit) failed: sweep invariant
Mon, 16 Aug 2010 15:58:42 -0700 ysr 6948538: CMS: BOT walkers can fall into object allocation and initialization cracks
Sat, 31 Jul 2010 15:10:59 +0100 kevinw Merge
Fri, 30 Jul 2010 22:43:50 +0100 kevinw 6581734: CMS Old Gen's collection usage is zero after GC which is incorrect
Fri, 16 Jul 2010 21:33:21 -0700 jcoomes 6962947: shared TaskQueue statistics
Wed, 02 Jun 2010 22:45:42 -0700 jrose Merge
Thu, 27 May 2010 19:08:38 -0700 trims 6941466: Oracle rebranding changes for Hotspot repositories
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
Mon, 10 May 2010 12:31:52 -0700 ysr 6951188: CMS: move PromotionInfo into its own file
Mon, 03 May 2010 20:19:05 -0700 ysr 6919638: CMS: ExplicitGCInvokesConcurrent misinteracts with gc locker
Mon, 03 May 2010 10:24:51 -0700 ysr 6948537: CMS: BOT walkers observe out-of-thin-air zeros on sun4v sparc/CMT
Tue, 13 Apr 2010 13:52:10 -0700 jmasa 6858496: Clear all SoftReferences before an out-of-memory due to GC overhead limit.
Wed, 03 Mar 2010 08:10:41 -0800 jmasa 6910182: CMS: assert(_cursor[j] == _survivor_plab_array[j].end(),"Ctl pt invariant")
Wed, 24 Feb 2010 07:00:33 -0800 jmasa 6928081: G1: rename parameters common with CMS
Thu, 21 Jan 2010 11:33:32 -0800 jmasa 6895236: CMS: cmsOopClosures.inline.hpp:43 assert(..., "Should remember klasses in this context")
Wed, 23 Dec 2009 09:23:54 -0800 ysr 6631166: CMS: better heuristics when combatting fragmentation
Tue, 10 Nov 2009 11:32:48 -0800 jmasa 6898857: [Regression] -XX:NewRatio with -XX:+UseConcMarkSweepGC causes fatal error
Wed, 23 Sep 2009 23:57:44 -0700 jrose 6885169: merge of 4957990 and 6863023 causes conflict on do_nmethods
Wed, 23 Sep 2009 23:56:15 -0700 jrose Merge
Tue, 15 Sep 2009 21:53:47 -0700 jrose 6863023: need non-perm oops in code cache for JSR 292
Wed, 02 Sep 2009 00:04:29 -0700 ysr 4957990: Perm heap bloat in JVM
Mon, 24 Aug 2009 10:36:31 -0700 jmasa 6798898: CMS: bugs related to class unloading
Sun, 07 Jun 2009 00:27:41 -0700 ysr 6848641: CMSCollector::_roots_scanning_options should be initialized
Sat, 28 Mar 2009 15:47:29 -0700 ysr 6819891: ParNew: Fix work queue overflow code to deal correctly with +UseCompressedOops
Thu, 12 Mar 2009 18:16:36 -0700 trims Merge
Mon, 09 Mar 2009 13:28:46 -0700 xdono 6814575: Update copyright year
Fri, 27 Feb 2009 13:27:09 -0800 twisti 6810672: Comment typos
Mon, 26 Jan 2009 12:47:21 -0800 ysr 6786503: Overflow list performance can be improved
Sun, 11 Jan 2009 16:58:24 -0800 jmasa 6692899: CMS: many vm.parallel_class_loading tests fail with assert "missing Printezis mark"
Tue, 06 Jan 2009 07:05:05 -0800 jmasa 6689653: JMapPerm fails with UseConcMarkSweepIncGC and compressed oops off
Mon, 01 Dec 2008 23:25:24 -0800 ysr 6778647: snap(), snap_policy() should be renamed setup(), setup_policy()
Thu, 20 Nov 2008 16:56:09 -0800 ysr 6684579: SoftReference processing can be made more efficient
Thu, 20 Nov 2008 12:27:41 -0800 ysr 6722113: CMS: Incorrect overflow handling during precleaning of Reference lists
Wed, 27 Aug 2008 11:20:46 -0700 ysr Merge
Tue, 26 Aug 2008 14:54:48 -0700 ysr 6722116: CMS: Incorrect overflow handling when using parallel concurrent marking
Thu, 21 Aug 2008 23:36:31 -0400 tonyp Merge
Thu, 12 Jun 2008 13:50:55 -0700 ysr Merge
Thu, 05 Jun 2008 15:57:56 -0700 ysr 6711316: Open source the Garbage-First garbage collector
Thu, 14 Aug 2008 17:58:35 -0700 ysr 6722112: CMS: Incorrect encoding of overflown object arrays during concurrent precleaning
Wed, 30 Jul 2008 11:54:00 -0700 jmasa 6730514: assertion failure in mangling code when expanding by 0 bytes
Wed, 02 Jul 2008 12:55:16 -0700 xdono 6719955: Update copyright year
Mon, 09 Jun 2008 11:51:19 -0400 coleenp 6687581: Make CMS work with compressed oops
Tue, 06 May 2008 15:37:36 -0700 ysr 6662086: 6u4+, 7b11+: CMS never clears referents when -XX:+ParallelRefProcEnabled
Sun, 13 Apr 2008 17:43:42 -0400 coleenp 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Sun, 16 Mar 2008 21:57:25 -0700 ysr 6634032: CMS: Need CMSInitiatingPermOccupancyFraction for perm, divorcing from CMSInitiatingOccupancyFraction
Thu, 21 Feb 2008 11:03:54 -0800 ysr 6642634: Test nsk/regression/b6186200 crashed with SIGSEGV
Sat, 16 Feb 2008 22:41:20 -0800 ysr 6621144: CMS: assertion failure "is_cms_thread == Thread::current()->is_ConcurrentGC_thread()"
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip