src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
Wed, 26 Jun 2019 13:18:38 -0400 kbarrett 8225255: Make SATB qset lock-free jdk-14+3
Wed, 12 Jun 2019 10:34:29 +0200 sangheki 8225478: Make G1CMRootRegions independent of HeapRegions
Wed, 22 May 2019 13:06:31 +0200 stefank 8224203: Remove need to specify type when using FLAG_SET macros
Thu, 09 May 2019 14:28:30 +0200 stefank 8223624: Cleanup includes of universe.hpp
Mon, 29 Apr 2019 16:01:52 -0400 coleenp 8222988: Use MonitorLocker rather than MutexLocker when wait/notify used
Thu, 25 Apr 2019 10:56:31 -0400 coleenp 8222811: Consolidate MutexLockerEx and MutexLocker
Mon, 08 Apr 2019 20:37:52 +0200 tschatzl 8218668: Clean up evacuation of optional collection set
Tue, 02 Apr 2019 13:08:38 -0400 kbarrett 8221102: Allow GC threads to participate in threads claiming protocol
Mon, 25 Mar 2019 14:11:09 +0100 tschatzl 8219100: Improve do_collection_pause_at_safepoint
Tue, 05 Mar 2019 19:54:33 -0500 kbarrett 8219613: Use NonJavaThread PtrQueues
Mon, 04 Mar 2019 11:49:16 +0100 tschatzl 8219747: Remove g1_ prefix to g1_remset and g1_policy members in G1CollectedHeap
Wed, 13 Feb 2019 17:38:14 -0500 kbarrett 8218089: Rename DirtyCardQueue et al to follow usual G1 naming conventions
Thu, 31 Jan 2019 10:18:41 -0500 zgu 8216072: Remove TaskTerminator's assignment operator
Tue, 29 Jan 2019 11:30:17 +0100 tschatzl 8213229: Investigate treating StringTable as weak in young collections
Wed, 09 Jan 2019 19:05:05 -0500 zgu 8215299: Remove G1CMTask::should_exit_termination()'s undesirable side-effect
Fri, 07 Dec 2018 13:55:06 -0500 zgu 8204947: Port ShenandoahTaskTerminator to mainline and make it default
Fri, 07 Dec 2018 12:46:31 +0800 manc 8213224: Move code related to GC threads calculation out of AdaptiveSizePolicy
Thu, 06 Dec 2018 15:44:13 +0100 tschatzl 8214791: Consistently name gc files containing VM operations
Thu, 06 Dec 2018 13:55:22 +0100 tschatzl 8159440: Move marking of promoted objects during initial mark into the concurrent phase
Wed, 28 Nov 2018 11:06:58 +0100 tschatzl 8213996: Remove one of the SparsePRT entry tables
Thu, 15 Nov 2018 19:59:10 -0500 kbarrett 8213352: Separate BufferNode allocation from PtrQueueSet
Tue, 13 Nov 2018 11:45:16 +0100 tschatzl 8213307: G1 should clean up RMT with ClassUnloadingWithConcurrentMark
Wed, 31 Oct 2018 13:43:57 +0100 tschatzl 6490394: G1: Allow heap shrinking / memory unmapping after reclaiming regions during Remark
Fri, 28 Sep 2018 16:07:39 -0400 coleenp 8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
Fri, 21 Sep 2018 15:11:09 +0200 tschatzl 8210557: G1 next bitmap verification at the end of concurrent mark sometimes fails
Tue, 28 Aug 2018 12:57:40 -0400 kbarrett 8072498: Multi-thread JNI weak reference processing
Tue, 14 Aug 2018 18:42:14 -0500 gziemski 8195100: Use a low latency hashtable for SymbolTable
Wed, 08 Aug 2018 15:31:06 +0200 tschatzl 8208669: GC changes to allow enabling -Wreorder
Fri, 03 Aug 2018 11:06:10 +0200 zgu 8205921: Optimizing best-of-2 work stealing queue selection
Mon, 09 Jul 2018 10:19:51 +0200 tschatzl 8205426: Humongous continues remembered set does not match humongous start region one after Remark
Sat, 26 May 2018 06:59:49 +0200 stefank 8204540: Automatic oop closure devirtualization
Tue, 19 Jun 2018 10:00:39 -0400 chrisphi 8203030: Zero s390 31 bit size_t type conflicts in shared code
Mon, 18 Jun 2018 12:11:59 +0200 tschatzl 8043575: Dynamically parallelize reference processing work
Thu, 07 Jun 2018 11:20:55 +0200 tschatzl 8202049: G1: ReferenceProcessor doesn't handle mark stack overflow
Mon, 04 Jun 2018 21:20:16 -0700 sangheki 8204094: assert(worker_i < _length) failed: Worker 15 is greater than max: 11 at ReferenceProcessorPhaseTimes
Tue, 29 May 2018 15:50:27 -0400 coleenp 8202813: Move vm_weak processing from SystemDictionary to WeakProcessor
Mon, 14 May 2018 11:47:03 +0200 tschatzl 8201491: G1 support for java.lang.ref.Reference precleaning
Wed, 09 May 2018 13:37:05 +0200 tschatzl 8202780: Remove EnqueueTask related code from ReferenceProcessor after JDK-8202017 jdk-11+13
Tue, 08 May 2018 10:01:29 +0200 tschatzl 8202017: Merge Reference Enqueuing phase with phase 3 of Reference processing
Thu, 03 May 2018 14:10:08 +0200 tschatzl 8202021: Improve variable naming in ReferenceProcesso
Thu, 03 May 2018 14:09:00 +0200 tschatzl 8201492: Properly implement non-contiguous generations for Reference discovery
Mon, 23 Apr 2018 16:00:56 -0400 kbarrett 8201826: G1: Don't invoke WeakProcessor if mark stack has overflowed
Wed, 18 Apr 2018 19:00:32 +0200 tschatzl 8201527: Bump default value of G1RefProcDrainInterval
Wed, 18 Apr 2018 11:36:48 +0200 tschatzl 8201172: Parallelize Remset Tracking Update Before Rebuild phase
Wed, 18 Apr 2018 11:36:48 +0200 tschatzl 8201490: Improve concurrent mark keep alive closure performance
Wed, 18 Apr 2018 11:36:48 +0200 tschatzl 8200730: Fix debug=gc+phases time tracking in Remark and Cleanup
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 8154528: Reclaim regions emptied by marking in Remark pause
Wed, 18 Apr 2018 11:36:48 +0200 tschatzl 8178105: Switch mark bitmaps during Remark
Thu, 12 Apr 2018 08:25:56 +0200 pliden 8201318: Introduce GCThreadLocalData to abstract GC-specific data belonging to a thread
Thu, 12 Apr 2018 08:25:30 +0200 pliden 8201316: Move G1-related static members from JavaThread to G1BarrierSet
Tue, 10 Apr 2018 09:12:23 +0200 tschatzl 8200385: Eagerly reclaimed humongous objects leave mark in prev bitmap
Wed, 04 Apr 2018 14:51:26 +0200 tschatzl 8200305: Update gc,liveness output with remset state after rebuild remset concurrently changes
Wed, 04 Apr 2018 11:21:14 +0200 tschatzl 8200074: Remove G1ConcurrentMark::_concurrent_marking_in_progress
Wed, 04 Apr 2018 11:21:14 +0200 tschatzl 8200255: Remove G1CMTask::_concurrent
Wed, 04 Apr 2018 11:21:14 +0200 tschatzl 8200234: Cleanup Remark and Cleanup pause code
Tue, 03 Apr 2018 12:05:49 +0200 lkorinth 8200371: In g1, rename ConcurrentMarkThread to G1ConcurrentMarkThread
Thu, 29 Mar 2018 14:08:10 +0200 tschatzl 8151171: Bring g1ConcurrentMark files up to current coding conventions
Thu, 29 Mar 2018 14:07:59 +0200 tschatzl 8199742: Clean up state flags in G1CollectorState
Wed, 28 Mar 2018 16:39:32 +0200 tschatzl 8199326: Remove G1 gc time stamp logic
less more (0) -60 tip