hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp
Wed, 12 Jul 2017 12:25:12 +0200 tschatzl 8183226: Remembered set summarization accesses not fully initialized java thread DCQS
Wed, 28 Jun 2017 14:38:10 +0200 ehelin 8183124: Remove OopsInHeapRegionClosure
Wed, 28 Jun 2017 12:11:48 +0200 tschatzl 8183002: Remove unused concurrent parameter in HeapRegionManager::par_iterate
Wed, 28 Jun 2017 10:58:19 +0200 tschatzl 8175554: Improve G1UpdateRSOrPushRefClosure
Thu, 22 Jun 2017 09:07:47 +0200 stefank 8182696: Remove gcTrace.hpp include from referenceProcessor.hpp
Fri, 02 Jun 2017 13:45:15 +0200 tschatzl 8071280: Specialize HeapRegion::oops_on_card_seq_iterate_careful() for use during concurrent refinement and updating the rset
Thu, 13 Apr 2017 16:38:39 -0400 kbarrett 8169517: WhiteBox should provide concurrent GC phase control
Fri, 24 Mar 2017 10:27:04 +0100 sjohanss 8171238: Unify cleanup code used in G1 Remark and Full GC marking
Thu, 16 Mar 2017 09:05:20 +0100 tschatzl 8155094: Add logging for long lasting methods found in JDK-8152948
Thu, 23 Feb 2017 10:19:05 +0100 tschatzl 8162104: Use in_cset() instead of obj_in_cs()
Fri, 16 Sep 2016 11:33:47 +0200 tschatzl 8157952: Parallelize Memory Pretouch
Tue, 30 Aug 2016 23:48:16 -0400 kbarrett 8156500: Move Reference pending list into VM to prevent deadlocks
Tue, 19 Jul 2016 10:31:41 +0200 tschatzl 8034842: Parallelize the Free CSet phase in G1
Wed, 06 Jul 2016 11:22:55 +0200 tschatzl 8159978: Use an array to store the collection set regions instead of linking through regions
Wed, 04 May 2016 13:12:23 +0200 mgerdin 8155943: Move G1Eden/SurvivorRegions into their own source files
Tue, 03 May 2016 12:33:10 +0200 mgerdin 8150721: Don't explicitly manage G1 young regions in YoungList
Mon, 02 May 2016 12:07:58 -0400 kbarrett 8155524: HotCardCache shouldn't be part of ConcurrentG1Refine
Mon, 02 May 2016 10:24:41 +0200 tschatzl 8153507: Improve Card Table Clear Task
Tue, 26 Apr 2016 10:23:08 +0200 tonyp 8151556: Use the PreservedMarks* classes for the G1 preserved mark stacks
Mon, 18 Apr 2016 16:54:04 +0200 tschatzl 8153170: Card Live Data does not correctly handle eager reclaim
Fri, 18 Mar 2016 15:20:43 +0100 mgerdin 8154154: Separate G1 specific policy code from the CollectorPolicy class hierarchy
Wed, 06 Apr 2016 13:41:59 +0200 tschatzl 8151386: Extract card live data out of G1ConcurrentMark
Fri, 18 Mar 2016 10:51:29 +0100 brutisso 8148759: G1AllocRegion::_count inconsistently used if more than one context is active
Fri, 11 Mar 2016 11:22:56 +0100 mgerdin 8151808: Factor G1 heap sizing code out of the G1CollectorPolicy
Thu, 17 Mar 2016 11:18:52 -0700 sangheki 8151085: Change G1 concurrent timer and tracer measuring time
Thu, 17 Mar 2016 08:07:53 +0100 pliden 8151601: Cleanup locking of the Reference pending list
Mon, 14 Mar 2016 09:11:21 +0100 sjohanss 8151696: Print all regions on trace level to get same behavior as old PrintHeapAtGCExtended
Mon, 07 Mar 2016 17:23:59 +0100 mgerdin 8151178: Move the collection set out of the G1 collector policy
Fri, 26 Feb 2016 17:55:05 +0100 tschatzl Merge
Thu, 25 Feb 2016 11:20:03 +0100 mgerdin 8150390: Move rs length sampling data to the sampling thread
Fri, 26 Feb 2016 13:02:30 +0100 tschatzl 8150630: Add logging for ParScanThreadState merge phase
Fri, 26 Feb 2016 13:02:30 +0100 tschatzl 8076463: Add logging for the preserve CM referents task
Fri, 05 Feb 2016 16:03:56 +0100 ehelin 8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp}
Tue, 02 Feb 2016 12:13:05 +0100 brutisso 8148736: Let the G1 heap transition log regions instead of bytes
Tue, 02 Feb 2016 10:50:08 +0100 brutisso 8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
Tue, 26 Jan 2016 15:28:31 +0100 david 8147814: Move verification code out of g1collectedheap
Thu, 07 Jan 2016 16:25:53 +0100 david 8146399: Refactor the BlockOffsetTable classes.
Tue, 22 Dec 2015 11:03:37 +0100 tschatzl 8145774: Move scrubbing setup code away out of ConcurrentMark
Tue, 15 Dec 2015 09:58:29 +0100 brutisso 8145303: Clean up the units for log_gc_footer
Fri, 11 Dec 2015 13:48:52 +0100 david 8144996: Replace the HeapRegionSetCount class with an uint
Thu, 10 Dec 2015 14:57:55 +0100 brutisso 8145092: Use Unified Logging for the GC logging
Wed, 09 Dec 2015 16:05:24 +0100 mgerdin 8144714: Add extension point to G1 evacuation closures
Thu, 26 Nov 2015 13:13:03 +0100 sjohanss 8143251: HeapRetentionTest.java Test is failing on jdk9/dev
Thu, 26 Nov 2015 09:50:22 +0100 ehelin 8142404: Parallelize the restoring of preserved marks
Mon, 19 Oct 2015 16:33:12 +0200 ehelin 8139892: Allow G1CollectorPolicy to specify if reference processing should be enabled
Wed, 25 Nov 2015 19:27:38 +0000 tschatzl Merge
Tue, 24 Nov 2015 15:46:45 +0100 ehelin 8142495: Move G1ParEvacuateFollowersClosure to header file
Tue, 24 Nov 2015 10:22:36 +0100 tschatzl 8136681: Factor out IHOP calculation from G1CollectorPolicy
Thu, 19 Nov 2015 12:43:08 -0500 drwhite 8143252: Clean up G1CollectedHeap interface
Mon, 09 Nov 2015 11:26:15 +0100 david 8141434: G1CollectedHeap::into_cset_dirty_card_queue_set should be moved to G1RemSet
Mon, 09 Nov 2015 09:19:39 +0100 david 8139867: Change how startsHumongous and continuesHumongous regions work in G1.
Wed, 14 Oct 2015 14:51:10 +0200 mgerdin 8139149: Split G1 evacuate_collection_set into multiple steps
Tue, 20 Oct 2015 14:01:49 -0400 ecaspole 8060017: G1: Report heap sizing time
Wed, 14 Oct 2015 09:33:45 +0200 david 8139434: Unify GenRemSet and CardTableRS
Tue, 13 Oct 2015 14:49:13 +0200 tschatzl 8069330: Adjustment of concurrent refinement thresholds does not take hot card cache into account
Tue, 13 Oct 2015 08:37:44 +0200 david 8139427: Break out YoungList to own class.
Wed, 07 Oct 2015 15:06:52 +0200 ehelin 8138969: G1CollectorPolicy should use const for applicable methods
Wed, 30 Sep 2015 18:09:40 -0400 aharlap 8130265: gctests/LargeObjects/large001 fails with OutOfMemoryError: Java heap space
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Wed, 09 Sep 2015 14:22:45 +0200 mgerdin 8135154: Move cards scanned and surviving young words aggregation to G1ParScanThreadStateSet
less more (0) -60 tip