src/hotspot/share/gc/g1/g1CollectedHeap.hpp
Tue, 02 Apr 2019 10:04:25 +0200 pliden 8221648: Remove CollectedHeap::is_in_closed_subset()
Mon, 01 Apr 2019 18:34:39 +0200 stefank 8220610: Make CollectedHeap nmethod functions pure virtual
Mon, 25 Mar 2019 14:11:09 +0100 tschatzl 8219100: Improve do_collection_pause_at_safepoint
Thu, 14 Mar 2019 09:15:51 +0100 stefank 8220343: Move scavenge_root_nmethods from shared code
Wed, 13 Mar 2019 11:31:00 +0100 pliden 8219817: Remove unused CollectedHeap::block_size()
Mon, 04 Mar 2019 11:49:16 +0100 tschatzl 8219856: Spell out G1CollectorPolicy::is_hetero_heap
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
Mon, 04 Mar 2019 11:49:16 +0100 tschatzl 8218880: G1 crashes when issuing a periodic GC while the GCLocker is held
Wed, 20 Feb 2019 14:30:33 +0100 tschatzl 8219096: Merge print_termination_stats code with current logging
Wed, 13 Feb 2019 17:38:14 -0500 kbarrett 8218089: Rename DirtyCardQueue et al to follow usual G1 naming conventions
Tue, 05 Feb 2019 16:46:49 -0500 kbarrett 8217474: Remove WhiteBox.getConcurrentGCPhases()
Tue, 29 Jan 2019 11:30:17 +0100 tschatzl 8213229: Investigate treating StringTable as weak in young collections
Mon, 21 Jan 2019 12:19:00 +0100 tschatzl 8217374: Rename G1 EvacuationInfo class to G1EvacuationInfo
Thu, 10 Jan 2019 15:13:51 -0500 coleenp 8216167: Update include guards to reflect correct directories
Fri, 21 Dec 2018 08:18:59 -0800 sangheki 8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
Wed, 12 Dec 2018 12:00:02 +0100 tschatzl 8152724: Sum of eden before GC and current survivor capacity may be larger than heap size
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
Fri, 23 Nov 2018 10:57:07 +0100 sjohanss 8214118: HeapRegions marked as archive even if CDS mapping fails
Wed, 31 Oct 2018 13:43:57 +0100 tschatzl 6490394: G1: Allow heap shrinking / memory unmapping after reclaiming regions during Remark
Wed, 31 Oct 2018 13:43:57 +0100 tschatzl 8071913: Filter out entries to free/uncommitted regions during iteration
Tue, 11 Sep 2018 09:14:36 +0200 tschatzl 8210467: Remove unused G1CollectedHeap::_max_heap_capacity
Tue, 04 Sep 2018 12:18:35 +0200 tschatzl 8207200: Committed > max memory usage when getting MemoryUsage
Wed, 22 Aug 2018 20:37:07 +0200 tschatzl 8209061: Move G1 serviceability functionality to G1MonitoringSupport
Wed, 22 Aug 2018 20:37:07 +0200 tschatzl 8208498: Put archive regions into a first-class HeapRegionSet
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
Tue, 12 Jun 2018 18:12:59 -0400 kbarrett 8204585: Remove IN_ARCHIVE_ROOT from Access API
Tue, 15 May 2018 20:24:34 +0200 egahlin 8199712: Flight Recorder
Mon, 14 May 2018 11:47:03 +0200 tschatzl 8202829: Implement CollectedHeap::get_safepoint_workers() for G1
Mon, 07 May 2018 14:57:25 +0200 stefank 8202647: Add deduplicate_string function to CollectedHeap
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:09:00 +0200 tschatzl 8201492: Properly implement non-contiguous generations for Reference discovery
Wed, 02 May 2018 13:44:46 +0200 sjohanss 8191471: Elastic TLABs for G1
Wed, 18 Apr 2018 11:36:48 +0200 tschatzl 8200426: Make G1 code use _g1h members
Thu, 05 Apr 2018 14:25:53 +0200 lkorinth 8201171: Cleanup in g1CollectedHeap, change CamelCase to snake_case
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
Wed, 28 Mar 2018 16:39:32 +0200 tschatzl 8197573: Remove concurrent cleanup and secondary free list handling
Wed, 28 Mar 2018 11:38:47 +0200 pliden 8199918: Shorten names of CollectedHeap::Name members
Mon, 26 Mar 2018 16:51:41 +0200 tschatzl 8197569: Refactor eager reclaim for concurrent remembered set rebuilding
Wed, 14 Mar 2018 14:09:33 +0100 tschatzl 8199516: Remove dead code overlooked during Full GC work
Mon, 12 Mar 2018 08:16:48 +0100 ehelin 8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
Tue, 06 Mar 2018 08:36:44 +0100 eosterlund 8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
Mon, 05 Mar 2018 13:07:04 +0100 ehelin 8197845: Remove unnecessary method G1CollectedHeap::create_g1_policy
Mon, 05 Mar 2018 11:32:17 +0100 ehelin 8197847: Remove unused file g1ParScanThreadState_ext.cpp
Sat, 03 Mar 2018 23:56:08 -0500 kbarrett 8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp
Fri, 02 Mar 2018 14:47:52 +0100 ehelin 8198948: Remove unused parameter evacuation_info from G1CollectedHeap::evacuate_collection_set
Fri, 02 Mar 2018 10:09:08 +0100 sjohanss 8198424: Remove G1AllocationContext
Mon, 26 Feb 2018 09:34:12 +0100 eosterlund 8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
Fri, 23 Feb 2018 09:38:33 +0100 sjohanss 8198420: Remove unused extension point AllocationContextStats
Thu, 22 Feb 2018 18:36:32 +0100 stefank 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
Thu, 22 Feb 2018 18:36:07 +0100 stefank 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
Wed, 14 Feb 2018 13:29:45 +0100 jwilhelm Merge
Wed, 10 Jan 2018 22:48:27 +0100 eosterlund 8195103: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
Fri, 09 Feb 2018 13:09:55 +0100 tschatzl 8196602: Change HeapRegionClosure to comply to naming conventions
Tue, 13 Feb 2018 22:10:03 +0000 lana Merge
less more (0) -60 tip