src/hotspot/share/gc/parallel/psParallelCompact.cpp
Mon, 25 Nov 2019 12:31:39 +0100 stefank 8234737: Harmonize parameter order in Atomic - add
Mon, 11 Nov 2019 13:20:26 +0100 sjohanss 8233065: PSParallelCompact::move_and_update is unused and should be removed
Fri, 08 Nov 2019 10:01:13 +0100 tschatzl 8189737: Make HeapRegion not derive from Space
Thu, 17 Oct 2019 20:54:25 +0100 chegar datagramsocketimpl-branch: merge with default datagramsocketimpl-branch
Thu, 17 Oct 2019 20:53:35 +0100 chegar datagramsocketimpl-branch: update to default datagramsocketimpl-branch
Tue, 10 Sep 2019 09:24:05 +0200 stuefe Initial changes for new metaspace. Only tested for Linux x64. stuefe-new-metaspace-branch
Fri, 16 Aug 2019 09:18:38 +0200 lkorinth 8224665: Parallel GC: Use WorkGang (7: remove task manager)
Fri, 16 Aug 2019 09:18:26 +0200 lkorinth 8224661: Parallel GC: Use WorkGang (3: UpdateDensePrefixAndCompactionTask)
Fri, 16 Aug 2019 09:18:23 +0200 lkorinth 8224660: Parallel GC: Use WorkGang (2: MarksFromRootsTask)
Fri, 16 Aug 2019 09:18:19 +0200 lkorinth 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
Tue, 06 Aug 2019 15:03:48 -0400 tonyp 8227225: ParallelGC: add subspace transitions for young gen for gc+heap=info log lines
Thu, 18 Jul 2019 14:57:32 -0400 kbarrett 8227653: Add VM Global OopStorage
Wed, 03 Jul 2019 15:46:48 -0400 tonyp 8223575: add subspace transitions to gc+metaspace=info log lines
Thu, 27 Jun 2019 11:40:18 -0400 coleenp 8225437: JvmtiExport::gc_epilogue is unnecessary
Thu, 09 May 2019 14:28:30 +0200 stefank 8223624: Cleanup includes of universe.hpp
Mon, 15 Apr 2019 11:47:46 +0200 stefank 8198505: Remove CollectorPolicy and its subclasses
Wed, 01 May 2019 12:31:29 -0700 kvn 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
Mon, 25 Mar 2019 14:46:55 +0100 lkorinth 8221260: Initialize more class members on construction, remove some unused ones
Mon, 18 Mar 2019 15:21:33 +0100 stefank 8220609: Cleanups in ScavengableNMethods
Thu, 14 Mar 2019 09:15:51 +0100 stefank 8220343: Move scavenge_root_nmethods from shared code
Tue, 15 Jan 2019 15:59:47 -0800 manc 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Tue, 12 Feb 2019 08:56:03 +0900 cito 8214236: sun.gc.collector.2.name should be changed
Thu, 31 Jan 2019 10:29:53 -0500 coleenp 8213753: SymbolTable is double walked during class unloading and clean up table timing in do_unloading
Tue, 29 Jan 2019 11:30:17 +0100 tschatzl 8213229: Investigate treating StringTable as weak in young collections
Fri, 21 Dec 2018 08:23:55 -0800 sangheki 8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC
Fri, 07 Dec 2018 13:55:06 -0500 zgu 8204947: Port ShenandoahTaskTerminator to mainline and make it default
Tue, 16 Oct 2018 13:16:11 +0200 eosterlund 8210330: Make CLD claiming allow multiple claim bits
Fri, 12 Oct 2018 12:14:01 +0200 lkorinth 8211447: Replace oop_pc_update_pointers with oop_iterate and closure
Fri, 12 Oct 2018 12:13:06 +0200 lkorinth 8211446: Replace oop_pc_follow_contents with oop_iterate and closure
Mon, 01 Oct 2018 20:16:55 -0400 manc 8210716: Detailed GC logging request misses some
Fri, 28 Sep 2018 16:07:39 -0400 coleenp 8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
Wed, 19 Sep 2018 14:09:11 +0200 pliden 8210713: Let CollectedHeap::ensure_parsability() take care of TLAB statistics gathering
Tue, 21 Aug 2018 09:33:41 -0400 coleenp 8209738: Remove ClassLoaderDataGraph::*oops_do functions
Wed, 08 Aug 2018 15:31:06 +0200 tschatzl 8208669: GC changes to allow enabling -Wreorder
Sat, 26 May 2018 06:59:49 +0200 stefank 8204540: Automatic oop closure devirtualization
Mon, 18 Jun 2018 12:11:59 +0200 tschatzl 8043575: Dynamically parallelize reference processing work
Tue, 29 May 2018 09:26:00 +0200 tschatzl 8202845: Refactor reference processing for improved parallelism
Mon, 11 Jun 2018 12:09:57 +0200 tschatzl 8204617: ParallelGC parallel reference processing does not set MT degree in reference processor
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
Sat, 26 May 2018 03:11:50 -0400 kbarrett 8203028: Simplify reference processing in light of JDK-8175797
Mon, 07 May 2018 16:12:07 +0200 stefank 8202649: Move the Parallel GC specific task creation functions out of Threads
Tue, 08 May 2018 10:01:29 +0200 tschatzl 8202017: Merge Reference Enqueuing phase with phase 3 of Reference processing
Fri, 04 May 2018 11:41:35 +0200 stefank 8200729: Conditional compilation of GCs
Fri, 27 Apr 2018 15:00:04 -0400 coleenp 8202447: Fix unloading_occurred to mean unloading_occurred
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
Wed, 18 Apr 2018 13:37:39 -0400 coleenp 8201537: Remove is_alive closure from Klass::is_loader_alive()
Fri, 23 Mar 2018 18:54:12 +0100 stefank 8200106: Move NoSafepointVerifier out from gcLocker.hpp
Thu, 15 Mar 2018 21:24:10 +0100 stefank 8199946: Move load/store and encode/decode out of oopDesc
Sun, 11 Mar 2018 07:11:03 +0100 stuefe 8199430: Rename MetaspaceAux to something more meaningful
Thu, 08 Mar 2018 19:10:25 +0100 stefank 8199319: Remove handles.inline.hpp include from reflectionUtils.hpp
Mon, 26 Feb 2018 09:34:12 +0100 eosterlund 8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
Thu, 22 Feb 2018 18:36:07 +0100 stefank 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
Thu, 22 Feb 2018 10:39:42 +0100 eosterlund 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
Thu, 30 Nov 2017 13:40:07 +0100 rkennke 8191564: Refactor GC related servicability code into GC specific subclasses
Mon, 06 Nov 2017 21:28:03 -0800 jcm 8152470: Add COMPILER2_OR_JVMCI definition
Mon, 23 Oct 2017 11:20:53 +0200 stefank 8189748: More precise closures for WeakProcessor::weak_oops_do calls
Wed, 18 Oct 2017 21:13:35 +0200 stefank 8189359: Move native weak oops cleaning out of ReferenceProcessor
Mon, 16 Oct 2017 22:36:06 -0400 coleenp 8188220: Remove Atomic::*_ptr() uses and overloads from hotspot
less more (0) -60 tip