Mon, 05 Aug 2019 11:16:48 -0400 |
coleenp |
8229000: Fix lock and reenable assert in Monitor::check_safepoint_state
|
file |
diff |
annotate
|
Wed, 03 Jul 2019 14:33:40 +0000 |
poonam |
8227178: Backout of 8215523
|
file |
diff |
annotate
|
Mon, 01 Jul 2019 18:24:06 +0000 |
poonam |
8215523: jstat reports incorrect values for OU for CMS GC
|
file |
diff |
annotate
|
Thu, 27 Jun 2019 11:40:18 -0400 |
coleenp |
8225437: JvmtiExport::gc_epilogue is unnecessary
|
file |
diff |
annotate
|
Thu, 09 May 2019 14:28:30 +0200 |
stefank |
8223624: Cleanup includes of universe.hpp
|
file |
diff |
annotate
|
Mon, 15 Apr 2019 11:47:46 +0200 |
stefank |
8198505: Remove CollectorPolicy and its subclasses
|
file |
diff |
annotate
|
Wed, 01 May 2019 12:31:29 -0700 |
kvn |
8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
|
file |
diff |
annotate
|
Wed, 01 May 2019 08:56:38 -0400 |
coleenp |
8074355: make MutexLocker smarter about non-JavaThreads
|
file |
diff |
annotate
|
Thu, 25 Apr 2019 10:56:31 -0400 |
coleenp |
8222811: Consolidate MutexLockerEx and MutexLocker
|
file |
diff |
annotate
|
Mon, 01 Apr 2019 18:36:12 +0200 |
stefank |
8221558: Remove obsolete uses of OopStorage::ParState<'false, false> _par_state
|
file |
diff |
annotate
|
Mon, 18 Mar 2019 15:21:33 +0100 |
stefank |
8220609: Cleanups in ScavengableNMethods
|
file |
diff |
annotate
|
Thu, 14 Mar 2019 09:15:51 +0100 |
stefank |
8220343: Move scavenge_root_nmethods from shared code
|
file |
diff |
annotate
|
Tue, 15 Jan 2019 15:59:47 -0800 |
manc |
8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
|
file |
diff |
annotate
|
Mon, 18 Feb 2019 15:33:43 +0100 |
thartmann |
8219232: Unit of concurrent active time logging is wrong
|
file |
diff |
annotate
|
Tue, 12 Feb 2019 08:56:03 +0900 |
cito |
8214236: sun.gc.collector.2.name should be changed
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 29 Jan 2019 11:30:17 +0100 |
tschatzl |
8213229: Investigate treating StringTable as weak in young collections
|
file |
diff |
annotate
|
Fri, 07 Dec 2018 13:55:06 -0500 |
zgu |
8204947: Port ShenandoahTaskTerminator to mainline and make it default
|
file |
diff |
annotate
|
Fri, 07 Dec 2018 12:46:31 +0800 |
manc |
8213224: Move code related to GC threads calculation out of AdaptiveSizePolicy
|
file |
diff |
annotate
|
Thu, 06 Dec 2018 15:44:13 +0100 |
tschatzl |
8214791: Consistently name gc files containing VM operations
|
file |
diff |
annotate
|
Tue, 16 Oct 2018 13:16:11 +0200 |
eosterlund |
8210330: Make CLD claiming allow multiple claim bits
|
file |
diff |
annotate
|
Fri, 28 Sep 2018 16:07:39 -0400 |
coleenp |
8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
|
file |
diff |
annotate
|
Fri, 31 Aug 2018 07:03:46 -0400 |
coleenp |
8210155: Lock ClassLoaderDataGraph
|
file |
diff |
annotate
|
Thu, 30 Aug 2018 16:16:19 -0400 |
kbarrett |
8210119: Rename SubTasksDone::is_task_claimed
|
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
|
Sat, 26 May 2018 06:59:49 +0200 |
stefank |
8204540: Automatic oop closure devirtualization
|
file |
diff |
annotate
|
Tue, 19 Jun 2018 05:18:49 -0700 |
phh |
8195115: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results
|
file |
diff |
annotate
|
Mon, 18 Jun 2018 12:11:59 +0200 |
tschatzl |
8043575: Dynamically parallelize reference processing work
|
file |
diff |
annotate
|
Tue, 29 May 2018 09:26:00 +0200 |
tschatzl |
8202845: Refactor reference processing for improved parallelism
|
file |
diff |
annotate
|
Thu, 07 Jun 2018 14:11:56 +0200 |
rehn |
8195097: Make it possible to process StringTable outside safepoint
|
file |
diff |
annotate
|
Wed, 06 Jun 2018 10:45:40 -0400 |
coleenp |
8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
|
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, 07 May 2018 23:07:01 +0200 |
goetz |
8202745: Remove hyphens from "out-of-bounds".
|
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
|
Mon, 07 May 2018 14:42:10 +0200 |
stefank |
8202642: Replace PAR_OOP_ITERATE with templates
|
file |
diff |
annotate
|
Mon, 07 May 2018 14:42:08 +0200 |
stefank |
8202641: Replace OOP_SINCE_SAVE_MARKS with templates
|
file |
diff |
annotate
|
Mon, 07 May 2018 14:42:05 +0200 |
stefank |
8202639: Use concrete Generation classes in SerialHeap and CMSHeap
|
file |
diff |
annotate
|
Fri, 27 Apr 2018 15:00:04 -0400 |
coleenp |
8202447: Fix unloading_occurred to mean unloading_occurred
|
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
|
Thu, 26 Apr 2018 11:19:05 -0500 |
gziemski |
8202150: [REDO] Split globals.hpp to factor out the Flag class
|
file |
diff |
annotate
|
Mon, 23 Apr 2018 14:51:16 -0500 |
gziemski |
8202151: [BACKOUT] Split globals.hpp to factor out the Flag class
|
file |
diff |
annotate
|
Mon, 23 Apr 2018 10:59:39 -0500 |
gziemski |
8081519: Split globals.hpp to factor out the Flag class
|
file |
diff |
annotate
|
Thu, 19 Apr 2018 07:54:50 +0200 |
pliden |
8201646: Introduce ReferenceDiscoverer interface
|
file |
diff |
annotate
|
Wed, 18 Apr 2018 13:37:39 -0400 |
coleenp |
8201537: Remove is_alive closure from Klass::is_loader_alive()
|
file |
diff |
annotate
|
Thu, 05 Apr 2018 10:54:53 +0200 |
rkennke |
8199735: Mark word updates need to use Access API
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 11:37:28 +0200 |
stefank |
8200736: Move CMSGCStats to the cms directory
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 11:37:26 +0200 |
stefank |
8200735: Move CMS specific code from binaryTreeDictionary and freeList to CMS files
|
file |
diff |
annotate
|
Mon, 26 Mar 2018 17:01:32 +0200 |
stefank |
8200292: Move PushAndMarkVerifyClosure::do_oop_work to concurrentMarkSweepGeneration.cpp
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 18:54:12 +0100 |
stefank |
8200106: Move NoSafepointVerifier out from gcLocker.hpp
|
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
|
Mon, 26 Feb 2018 09:34:12 +0100 |
eosterlund |
8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
|
file |
diff |
annotate
|
Thu, 22 Feb 2018 18:37:48 +0100 |
stefank |
8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
|
file |
diff |
annotate
|
Thu, 22 Feb 2018 18:36:32 +0100 |
stefank |
8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
|
file |
diff |
annotate
|
Thu, 22 Feb 2018 18:36:07 +0100 |
stefank |
8198515: Extract SoftReferencePolicy code out of CollectorPolicy
|
file |
diff |
annotate
|
Thu, 22 Feb 2018 18:34:18 +0100 |
stefank |
8198373: Remove CollectorPolicy::is/as functions
|
file |
diff |
annotate
|
Wed, 21 Feb 2018 07:50:33 +0100 |
pliden |
8198369: Clean up GCId and GCIdMark
|
file |
diff |
annotate
|