Fri, 28 Sep 2018 16:07:39 -0400 |
coleenp |
8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
|
file |
diff |
annotate
|
Fri, 21 Sep 2018 15:11:09 +0200 |
tschatzl |
8210557: G1 next bitmap verification at the end of concurrent mark sometimes fails
|
file |
diff |
annotate
|
Tue, 28 Aug 2018 12:57:40 -0400 |
kbarrett |
8072498: Multi-thread JNI weak reference processing
|
file |
diff |
annotate
|
Tue, 14 Aug 2018 18:42:14 -0500 |
gziemski |
8195100: Use a low latency hashtable for SymbolTable
|
file |
diff |
annotate
|
Wed, 08 Aug 2018 15:31:06 +0200 |
tschatzl |
8208669: GC changes to allow enabling -Wreorder
|
file |
diff |
annotate
|
Fri, 03 Aug 2018 11:06:10 +0200 |
zgu |
8205921: Optimizing best-of-2 work stealing queue selection
|
file |
diff |
annotate
|
Mon, 09 Jul 2018 10:19:51 +0200 |
tschatzl |
8205426: Humongous continues remembered set does not match humongous start region one after Remark
|
file |
diff |
annotate
|
Sat, 26 May 2018 06:59:49 +0200 |
stefank |
8204540: Automatic oop closure devirtualization
|
file |
diff |
annotate
|
Tue, 19 Jun 2018 10:00:39 -0400 |
chrisphi |
8203030: Zero s390 31 bit size_t type conflicts in shared code
|
file |
diff |
annotate
|
Mon, 18 Jun 2018 12:11:59 +0200 |
tschatzl |
8043575: Dynamically parallelize reference processing work
|
file |
diff |
annotate
|
Thu, 07 Jun 2018 11:20:55 +0200 |
tschatzl |
8202049: G1: ReferenceProcessor doesn't handle mark stack overflow
|
file |
diff |
annotate
|
Mon, 04 Jun 2018 21:20:16 -0700 |
sangheki |
8204094: assert(worker_i < _length) failed: Worker 15 is greater than max: 11 at ReferenceProcessorPhaseTimes
|
file |
diff |
annotate
|
Tue, 29 May 2018 15:50:27 -0400 |
coleenp |
8202813: Move vm_weak processing from SystemDictionary to WeakProcessor
|
file |
diff |
annotate
|
Mon, 14 May 2018 11:47:03 +0200 |
tschatzl |
8201491: G1 support for java.lang.ref.Reference precleaning
|
file |
diff |
annotate
|
Wed, 09 May 2018 13:37:05 +0200 |
tschatzl |
8202780: Remove EnqueueTask related code from ReferenceProcessor after JDK-8202017
jdk-11+13
|
file |
diff |
annotate
|
Tue, 08 May 2018 10:01:29 +0200 |
tschatzl |
8202017: Merge Reference Enqueuing phase with phase 3 of Reference processing
|
file |
diff |
annotate
|
Thu, 03 May 2018 14:10:08 +0200 |
tschatzl |
8202021: Improve variable naming in ReferenceProcesso
|
file |
diff |
annotate
|
Thu, 03 May 2018 14:09:00 +0200 |
tschatzl |
8201492: Properly implement non-contiguous generations for Reference discovery
|
file |
diff |
annotate
|
Mon, 23 Apr 2018 16:00:56 -0400 |
kbarrett |
8201826: G1: Don't invoke WeakProcessor if mark stack has overflowed
|
file |
diff |
annotate
|
Wed, 18 Apr 2018 19:00:32 +0200 |
tschatzl |
8201527: Bump default value of G1RefProcDrainInterval
|
file |
diff |
annotate
|
Wed, 18 Apr 2018 11:36:48 +0200 |
tschatzl |
8201172: Parallelize Remset Tracking Update Before Rebuild phase
|
file |
diff |
annotate
|
Wed, 18 Apr 2018 11:36:48 +0200 |
tschatzl |
8201490: Improve concurrent mark keep alive closure performance
|
file |
diff |
annotate
|
Wed, 18 Apr 2018 11:36:48 +0200 |
tschatzl |
8200730: Fix debug=gc+phases time tracking in Remark and Cleanup
|
file |
diff |
annotate
|
Wed, 18 Apr 2018 11:36:48 +0200 |
tschatzl |
8200426: Make G1 code use _g1h members
|
file |
diff |
annotate
|
Wed, 18 Apr 2018 11:36:48 +0200 |
tschatzl |
8154528: Reclaim regions emptied by marking in Remark pause
|
file |
diff |
annotate
|
Wed, 18 Apr 2018 11:36:48 +0200 |
tschatzl |
8178105: Switch mark bitmaps during Remark
|
file |
diff |
annotate
|
Thu, 12 Apr 2018 08:25:56 +0200 |
pliden |
8201318: Introduce GCThreadLocalData to abstract GC-specific data belonging to a thread
|
file |
diff |
annotate
|
Thu, 12 Apr 2018 08:25:30 +0200 |
pliden |
8201316: Move G1-related static members from JavaThread to G1BarrierSet
|
file |
diff |
annotate
|
Tue, 10 Apr 2018 09:12:23 +0200 |
tschatzl |
8200385: Eagerly reclaimed humongous objects leave mark in prev bitmap
|
file |
diff |
annotate
|
Wed, 04 Apr 2018 14:51:26 +0200 |
tschatzl |
8200305: Update gc,liveness output with remset state after rebuild remset concurrently changes
|
file |
diff |
annotate
|
Wed, 04 Apr 2018 11:21:14 +0200 |
tschatzl |
8200074: Remove G1ConcurrentMark::_concurrent_marking_in_progress
|
file |
diff |
annotate
|
Wed, 04 Apr 2018 11:21:14 +0200 |
tschatzl |
8200255: Remove G1CMTask::_concurrent
|
file |
diff |
annotate
|
Wed, 04 Apr 2018 11:21:14 +0200 |
tschatzl |
8200234: Cleanup Remark and Cleanup pause code
|
file |
diff |
annotate
|
Tue, 03 Apr 2018 12:05:49 +0200 |
lkorinth |
8200371: In g1, rename ConcurrentMarkThread to G1ConcurrentMarkThread
|
file |
diff |
annotate
|
Thu, 29 Mar 2018 14:08:10 +0200 |
tschatzl |
8151171: Bring g1ConcurrentMark files up to current coding conventions
|
file |
diff |
annotate
|
Thu, 29 Mar 2018 14:07:59 +0200 |
tschatzl |
8199742: Clean up state flags in G1CollectorState
|
file |
diff |
annotate
|
Wed, 28 Mar 2018 16:39:32 +0200 |
tschatzl |
8199326: Remove G1 gc time stamp logic
|
file |
diff |
annotate
|
Wed, 28 Mar 2018 16:39:32 +0200 |
tschatzl |
8197573: Remove concurrent cleanup and secondary free list handling
|
file |
diff |
annotate
|
Mon, 26 Mar 2018 16:51:43 +0200 |
tschatzl |
8180415: Rebuild remembered sets during the concurrent cycle
|
file |
diff |
annotate
|
Mon, 26 Mar 2018 16:51:43 +0200 |
tschatzl |
8197850: Calculate liveness in regions during marking
|
file |
diff |
annotate
|
Mon, 26 Mar 2018 16:51:41 +0200 |
tschatzl |
8197569: Refactor eager reclaim for concurrent remembered set rebuilding
|
file |
diff |
annotate
|
Thu, 15 Mar 2018 21:24:10 +0100 |
stefank |
8199946: Move load/store and encode/decode out of oopDesc
|
file |
diff |
annotate
|
Wed, 14 Mar 2018 07:27:19 -0400 |
coleenp |
8199282: Remove ValueObj class for allocation subclassing for gc code
|
file |
diff |
annotate
|
Fri, 09 Mar 2018 23:13:37 +0900 |
ysuenaga |
8153333: [REDO] STW phases at Concurrent GC should count in PerfCounte
|
file |
diff |
annotate
|
Fri, 23 Feb 2018 09:38:33 +0100 |
sjohanss |
8198420: Remove unused extension point AllocationContextStats
|
file |
diff |
annotate
|
Thu, 22 Feb 2018 18:36:32 +0100 |
stefank |
8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
|
file |
diff |
annotate
|
Wed, 14 Feb 2018 13:29:45 +0100 |
jwilhelm |
Merge
|
file |
diff |
annotate
|
Fri, 09 Feb 2018 12:53:08 +0100 |
tschatzl |
8197493: [Backout] JDK-8196602 Change HeapRegionClosure to comply to naming conventions
|
file |
diff |
annotate
|
Fri, 09 Feb 2018 11:51:40 +0100 |
tschatzl |
8196602: Change HeapRegionClosure to comply to naming conventions
|
file |
diff |
annotate
|
Fri, 01 Dec 2017 08:56:22 +0100 |
sjohanss |
8191821: Finer granularity for GC verification
|
file |
diff |
annotate
|
Mon, 13 Nov 2017 15:28:17 +0100 |
lkorinth |
8190408: Run G1CMRemarkTask with the appropriate amount of threads instead of starting up everyone
|
file |
diff |
annotate
|
Tue, 14 Nov 2017 11:33:23 +0100 |
sjohanss |
8186571: Implementation: JEP 307: Parallel Full GC for G1
|
file |
diff |
annotate
|
Wed, 25 Oct 2017 16:15:10 +0200 |
tschatzl |
8189797: Fix initializer lists in G1ConcurrentMark and G1CMTask
|
file |
diff |
annotate
|
Wed, 25 Oct 2017 16:13:09 +0200 |
tschatzl |
8189673: Consistent naming of concurrent threads, tasks and related identifiers
|
file |
diff |
annotate
|
Wed, 25 Oct 2017 16:12:15 +0200 |
tschatzl |
8189801: Remove G1MarkingOverheadPercent
|
file |
diff |
annotate
|
Mon, 23 Oct 2017 10:45:07 +0000 |
tschatzl |
Merge
|
file |
diff |
annotate
|
Mon, 23 Oct 2017 11:20:53 +0200 |
stefank |
8189748: More precise closures for WeakProcessor::weak_oops_do calls
|
file |
diff |
annotate
|
Mon, 23 Oct 2017 11:46:25 +0200 |
tschatzl |
8189666: Replace various inlined percentage calculations with global percent_of()
|
file |
diff |
annotate
|
Mon, 23 Oct 2017 11:46:12 +0200 |
tschatzl |
8184667: Clean up G1ConcurrentMark files
|
file |
diff |
annotate
|
Wed, 18 Oct 2017 21:06:31 +0000 |
stefank |
Merge
|
file |
diff |
annotate
|