hotspot/src/share/vm/gc_implementation/g1/concurrentMark.hpp
Mon, 16 Feb 2015 14:07:36 +0100 goetz 8073315: Enable gcc -Wtype-limits and fix upcoming issues.
Mon, 09 Mar 2015 09:30:16 -0700 sangheki 8073654: Marking statistics should use size_t
Tue, 21 Oct 2014 11:57:22 +0200 mlarsson 6979279: remove special-case code for ParallelGCThreads==0
Thu, 09 Oct 2014 11:40:11 +0200 tschatzl 8059758: Footprint regressions with JDK-8038423
Tue, 26 Aug 2014 14:15:50 +0200 tschatzl 8055919: Remove dead code in G1 concurrent marking code
Tue, 19 Aug 2014 14:09:10 +0200 tschatzl 8038423: G1: Decommit memory within heap
Mon, 18 Aug 2014 16:10:44 +0200 tschatzl 8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data
Mon, 21 Jul 2014 09:59:46 +0200 tschatzl 8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8049421: G1 Class Unloading after completing a concurrent mark cycle
Mon, 07 Jul 2014 12:37:11 +0200 stefank 8049420: Backout 8048248 to correct attribution
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8048248: G1 Class Unloading after completing a concurrent mark cycle
Thu, 19 Jun 2014 13:31:14 +0200 brutisso 8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
Wed, 04 Jun 2014 14:16:20 +0200 pliden 8044768: Backout fix for JDK-8040807
Tue, 03 Jun 2014 10:37:46 +0200 pliden 8040807: G1: Enable G1CollectedHeap::stop()
Wed, 14 May 2014 14:32:23 +0200 pliden 8040804: G1: Concurrent mark stuck in loop calling os::elapsedVTime()
Fri, 11 Apr 2014 12:29:24 +0200 pliden 8039147: Cleanup SuspendibleThreadSet
Fri, 14 Mar 2014 10:15:46 +0100 brutisso 8034079: G1: Refactor the HeapRegionSet hierarchy
Thu, 23 Jan 2014 14:47:23 +0100 jwilhelm 8025856: Fix typos in the GC code
Thu, 15 Aug 2013 10:52:18 +0200 johnc 7145569: G1: optimize nmethods scanning
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Fri, 17 May 2013 11:57:05 +0200 ehelin 8014277: Remove ObjectClosure as base class for BoolObjectClosure
Thu, 16 May 2013 13:02:33 +0200 tschatzl 8014240: G1: Add remembered set size information to output of G1PrintRegionLivenessInfo
Wed, 10 Apr 2013 14:26:49 +0200 stefank 8011872: Include Bit Map addresses in the hs_err files
Tue, 19 Mar 2013 00:57:39 -0700 johnc 8009940: G1: assert(_finger == _heap_end) failed, concurrentMark.cpp:809
Mon, 18 Mar 2013 11:05:27 -0700 johnc 8009536: G1: Apache Lucene hang during reference processing
Tue, 05 Mar 2013 15:36:56 -0800 tamao 8008079: G1: Add nextObject routine to CMBitMapRO and replace nextWord
Tue, 05 Feb 2013 09:13:05 -0800 johnc 8005032: G1: Cleanup serial reference processing closures in concurrent marking
Thu, 31 Jan 2013 10:45:09 -0800 johnc 8005875: G1: Kitchensink fails with ParallelGCThreads=0
Thu, 03 Jan 2013 16:28:22 -0800 johnc 8004816: G1: Kitchensink failures after marking stack changes
Mon, 01 Oct 2012 09:28:13 -0700 johnc 8000244: G1: Ergonomically set MarkStackSize and use virtual space for global marking stack
Sat, 06 Oct 2012 01:17:44 -0700 johnc 7127708: G1: change task num types from int to uint in concurrent mark
Thu, 27 Sep 2012 15:44:01 -0700 johnc 7200261: G1: Liveness counting inconsistencies during marking verification
Thu, 28 Jun 2012 17:03:16 -0400 zgu 6995781: Native Memory Tracking (Phase 1)
Wed, 18 Apr 2012 07:21:15 -0400 tonyp 7157073: G1: type change size_t -> uint for region counts / indexes
Thu, 05 Apr 2012 13:57:23 -0400 tonyp 7127697: G1: remove dead code after recent concurrent mark changes
Wed, 25 Jan 2012 12:58:23 -0500 tonyp 7127706: G1: re-enable survivors during the initial-mark pause
Thu, 12 Jan 2012 00:06:47 -0800 johnc 6484965: G1: piggy-back liveness accounting phase on marking
Mon, 16 Jan 2012 11:21:21 +0100 brutisso 7130334: G1: Change comments and error messages that refer to CMS in g1/concurrentMark.cpp/hpp
Fri, 13 Jan 2012 13:27:48 -0800 johnc 7121547: G1: High number mispredicted branches while iterating over the marking bitmap
Tue, 10 Jan 2012 18:58:13 -0500 tonyp 6888336: G1: avoid explicitly marking and pushing objects in survivor spaces
Wed, 14 Dec 2011 13:34:57 -0800 jmasa 7121618: Change type of number of GC workers to unsigned int.
Fri, 16 Dec 2011 11:40:00 -0800 johnc 7120038: G1: ParallelGCThreads==0 is broken
Thu, 17 Nov 2011 12:40:15 -0800 johnc 7112743: G1: Reduce overhead of marking closure during evacuation pauses
Tue, 09 Aug 2011 10:16:01 -0700 jmasa 6593758: RFE: Enhance GC ergonomics to dynamically choose ParallelGCThreads
Thu, 22 Sep 2011 10:57:37 -0700 johnc 6484982: G1: process references during evacuation pauses
Fri, 19 Aug 2011 09:30:59 +0200 brutisso 6814390: G1: remove the concept of non-generational G1
Mon, 20 Jun 2011 22:03:13 -0400 tonyp 7055073: G1: code cleanup in the concurrentMark.* files
Tue, 14 Jun 2011 11:01:10 -0700 johnc 7004681: G1: Extend marking verification to Full GCs
Tue, 14 Jun 2011 10:33:43 -0400 tonyp 7046558: G1: concurrent marking optimizations
Tue, 17 May 2011 00:56:01 -0700 johnc 7041440: G1: assert(obj->is_oop_or_null(true )) failed: Error #
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.
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
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
Fri, 17 Dec 2010 11:26:53 -0800 johnc 7006113: G1: Initialize ReferenceProcessor::_is_alive_non_header field
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Tue, 28 Sep 2010 09:51:37 -0700 johnc 6941395: G1: Use only lock-free versions of region stack push() and pop()
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
Tue, 30 Mar 2010 15:43:03 -0400 tonyp 6937142: G1: improvements to debugging output (S-M)
less more (0) -60 tip