src/hotspot/share/gc/g1/g1RemSet.cpp
Mon, 14 Oct 2019 18:48:10 -0700 manc 8232232: G1RemSetSummary::_rs_threads_vtimes is not initialized to zero jdk-14+19
Tue, 08 Oct 2019 15:15:50 -0400 kbarrett 8231153: Improve concurrent refinement statistics
Mon, 23 Sep 2019 11:37:08 +0200 tschatzl 8231189: Rename worker_i parameters to worker_id
Mon, 23 Sep 2019 11:36:53 +0200 tschatzl 8231117: Remove G1EvacuationRootClosures::raw_strong_oops()
Fri, 06 Sep 2019 13:38:55 -0400 kbarrett 8230404: Refactor logged card refinement support in G1DirtyCardQueueSet
Wed, 24 Jul 2019 11:49:39 +0200 tschatzl 8228388: Add information about dirty/skipped card for Merge HCC in G1 log jdk-14+7
Wed, 24 Jul 2019 11:49:39 +0200 tschatzl 8226913: Scale cards per chunk used during heap root scanning with region size
Fri, 19 Jul 2019 16:47:11 -0400 kbarrett 8162929: Enqueuing dirty cards into a single DCQS during GC does not scale
Wed, 17 Jul 2019 16:33:19 +0200 tschatzl 8227089: Add timing information for merging humongous remembered sets
Wed, 17 Jul 2019 16:33:19 +0200 tschatzl 8227084: Add timing information for merge heap root preparation
Wed, 17 Jul 2019 16:33:19 +0200 tschatzl 8226232: Move merge heap roots code out from G1RemSetScanState
Mon, 08 Jul 2019 09:24:40 +0200 tschatzl 8224741: Optimize the scan area during the Scan Heap Roots phase
Thu, 27 Jun 2019 11:48:32 +0200 tschatzl 8213108: Improve work distribution during remembered set scan
Wed, 22 May 2019 11:19:14 +0200 tschatzl 8224160: Move G1RemSetScanClosure into g1RemSet.cpp file
Sat, 18 May 2019 22:11:25 +0200 tschatzl 8222492: G1 unnecessarily scans remembered set cards for regions that already have been evacuated
Tue, 14 May 2019 15:36:26 +0200 tschatzl 8223018: Rename G1RemSet::*oops_into_collection_set_do methods
Tue, 14 May 2019 15:36:26 +0200 tschatzl 8200545: Improve filter for enqueued deferred cards
Mon, 08 Apr 2019 20:37:52 +0200 tschatzl 8218668: Clean up evacuation of optional collection set
Fri, 22 Mar 2019 15:42:43 -0400 kbarrett 8220240: Refactor shared dirty card queue
Wed, 13 Mar 2019 21:01:56 +0100 tschatzl 8220345: Use appropriate type for G1RemSetScanState::IsDirtyRegionState
Wed, 13 Mar 2019 21:01:56 +0100 tschatzl 8220301: Remove jbyte use in CardTable
Mon, 04 Mar 2019 11:49:16 +0100 tschatzl 8219748: Add and use getter for the timing object in G1
Mon, 04 Mar 2019 11:49:16 +0100 tschatzl 8219747: Remove g1_ prefix to g1_remset and g1_policy members in G1CollectedHeap
Thu, 28 Feb 2019 09:10:46 -0800 iignatyev 8219565: [deadcode] remove share/utilities/intHisto.*
Tue, 19 Feb 2019 12:56:02 +0100 tschatzl 8219097: Move comment about using weak code blobs closure for code root scanning to correct place
Wed, 13 Feb 2019 17:38:14 -0500 kbarrett 8218089: Rename DirtyCardQueue et al to follow usual G1 naming conventions
Fri, 07 Dec 2018 13:54:45 +0100 sjohanss 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
Wed, 28 Nov 2018 11:06:58 +0100 tschatzl 8213996: Remove one of the SparsePRT entry tables
Wed, 31 Oct 2018 13:43:57 +0100 tschatzl 8212911: Unify and micro-optimize handling of non-in-collection set references in oop closures
Wed, 31 Oct 2018 13:43:57 +0100 tschatzl 8071913: Filter out entries to free/uncommitted regions during iteration
Fri, 21 Sep 2018 18:57:18 +0200 lkorinth 8196341: Add JFR events for parallel phases of G1
Wed, 22 Aug 2018 20:37:07 +0200 tschatzl 8208498: Put archive regions into a first-class HeapRegionSet
Wed, 08 Aug 2018 15:31:06 +0200 tschatzl 8208669: GC changes to allow enabling -Wreorder
Tue, 15 May 2018 20:24:34 +0200 egahlin 8199712: Flight Recorder
Fri, 27 Apr 2018 12:06:46 +0200 tschatzl 6672778: G1 should trim task queues more aggressively during evacuation pauses
Wed, 18 Apr 2018 11:36:48 +0200 tschatzl 8200426: Make G1 code use _g1h members
Wed, 18 Apr 2018 11:36:48 +0200 tschatzl 8178105: Switch mark bitmaps during Remark
Thu, 12 Apr 2018 08:25:30 +0200 pliden 8201316: Move G1-related static members from JavaThread to G1BarrierSet
Wed, 28 Mar 2018 16:39:32 +0200 tschatzl 8197932: Better split work in rebuild remembered sets phase
Wed, 28 Mar 2018 16:39:32 +0200 tschatzl 8197573: Remove concurrent cleanup and secondary free list handling
Mon, 26 Mar 2018 16:51:43 +0200 tschatzl 8180415: Rebuild remembered sets during the concurrent cycle
Tue, 06 Mar 2018 08:36:44 +0100 eosterlund 8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
Tue, 06 Mar 2018 13:08:59 +0100 tschatzl 8198546: [Redo] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
Fri, 02 Mar 2018 21:00:12 +0100 jwilhelm Merge
Mon, 26 Feb 2018 09:34:12 +0100 eosterlund 8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
Wed, 28 Feb 2018 21:21:11 +0000 lana Merge jdk-11+3
Thu, 15 Feb 2018 00:20:22 +0100 tschatzl 8197968: [Backout] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set jdk-10+44
Wed, 14 Feb 2018 13:29:45 +0100 jwilhelm Merge
Sun, 11 Feb 2018 03:12:15 -0500 kbarrett 8194691: Cleanup unnecessary casts in Atomic/OrderAccess uses
Sat, 10 Feb 2018 09:25:35 +0100 jwilhelm Merge
Fri, 09 Feb 2018 13:09:55 +0100 tschatzl 8196602: Change HeapRegionClosure to comply to naming conventions
Fri, 09 Feb 2018 12:53:08 +0100 tschatzl 8197493: [Backout] JDK-8196602 Change HeapRegionClosure to comply to naming conventions
Fri, 09 Feb 2018 11:51:40 +0100 tschatzl 8196602: Change HeapRegionClosure to comply to naming conventions
Thu, 08 Feb 2018 10:15:57 +0100 tschatzl 8196883: G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
Thu, 23 Nov 2017 15:51:06 +0100 tschatzl 8190426: Lazily initialize refinement threads with UseDynamicNumberOfGCThreads
Tue, 14 Nov 2017 11:33:23 +0100 sjohanss 8186571: Implementation: JEP 307: Parallel Full GC for G1
Mon, 06 Nov 2017 14:24:31 +0100 tschatzl 8149127: Rename g1/concurrentMarkThread.* to g1/g1ConcurrentMarkThread.*
Wed, 18 Oct 2017 21:17:46 +0200 rkennke 8189276: Make SuspendibleThreadSet and related code available to other GCs
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip