hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
Tue, 26 Apr 2011 21:17:24 -0700 ysr 7039089: G1: changeset for 7037276 broke heap verification, and related cleanups
Tue, 22 Mar 2011 13:36:33 -0700 jcoomes 6962931: move interned strings out of the perm gen
Thu, 17 Mar 2011 10:32:46 -0700 ysr 6668573: CMS: reference processing crash if ParallelCMSThreads > ParallelGCThreads
Mon, 14 Mar 2011 21:52:24 -0700 ysr 6987703: iCMS: Intermittent hang with gc/gctests/CallGC/CallGC01 and +ExplicitGCInvokesConcurrent
Mon, 07 Feb 2011 22:19:57 -0800 ysr 6912621: iCMS: Error: assert(_markBitMap.isMarked(addr + 1),"Missing Printezis bit?")
Thu, 27 Jan 2011 16:11:27 -0800 coleenp 6990754: Use native memory and reference counting to implement SymbolTable
Wed, 19 Jan 2011 13:51:53 -0800 kamg 7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220)
Thu, 13 Jan 2011 17:19:21 -0800 johnc Merge
Mon, 10 Jan 2011 17:14:53 -0500 kamg 6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent
Thu, 13 Jan 2011 11:33:56 -0800 ysr 7011940: iCMS: SIGSEGV in SweepClosure::do_already_free_chunk(FreeChunk*)+0x360
Thu, 06 Jan 2011 23:50:02 -0800 ysr 7008136: CMS: assert((HeapWord*)nextChunk <= _limit) failed: sweep invariant
Tue, 07 Dec 2010 21:55:53 -0800 ysr 7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed())
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Sat, 23 Oct 2010 23:03:49 -0700 ysr 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
Wed, 29 Sep 2010 16:17:02 -0700 ysr 6692906: CMS: parallel concurrent marking may be prone to hanging or stalling mutators for periods of time
Tue, 28 Sep 2010 15:56:15 -0700 jcoomes 6423256: GC stacks should use a better data structure
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
less more (0) -60 tip