Thu, 16 Mar 2017 09:05:20 +0100 |
tschatzl |
8155094: Add logging for long lasting methods found in JDK-8152948
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 10:19:05 +0100 |
tschatzl |
8162104: Use in_cset() instead of obj_in_cs()
|
file |
diff |
annotate
|
Fri, 16 Sep 2016 11:33:47 +0200 |
tschatzl |
8157952: Parallelize Memory Pretouch
|
file |
diff |
annotate
|
Tue, 30 Aug 2016 23:48:16 -0400 |
kbarrett |
8156500: Move Reference pending list into VM to prevent deadlocks
|
file |
diff |
annotate
|
Tue, 19 Jul 2016 10:31:41 +0200 |
tschatzl |
8034842: Parallelize the Free CSet phase in G1
|
file |
diff |
annotate
|
Wed, 06 Jul 2016 11:22:55 +0200 |
tschatzl |
8159978: Use an array to store the collection set regions instead of linking through regions
|
file |
diff |
annotate
|
Wed, 04 May 2016 13:12:23 +0200 |
mgerdin |
8155943: Move G1Eden/SurvivorRegions into their own source files
|
file |
diff |
annotate
|
Tue, 03 May 2016 12:33:10 +0200 |
mgerdin |
8150721: Don't explicitly manage G1 young regions in YoungList
|
file |
diff |
annotate
|
Mon, 02 May 2016 12:07:58 -0400 |
kbarrett |
8155524: HotCardCache shouldn't be part of ConcurrentG1Refine
|
file |
diff |
annotate
|
Mon, 02 May 2016 10:24:41 +0200 |
tschatzl |
8153507: Improve Card Table Clear Task
|
file |
diff |
annotate
|
Tue, 26 Apr 2016 10:23:08 +0200 |
tonyp |
8151556: Use the PreservedMarks* classes for the G1 preserved mark stacks
|
file |
diff |
annotate
|
Mon, 18 Apr 2016 16:54:04 +0200 |
tschatzl |
8153170: Card Live Data does not correctly handle eager reclaim
|
file |
diff |
annotate
|
Fri, 18 Mar 2016 15:20:43 +0100 |
mgerdin |
8154154: Separate G1 specific policy code from the CollectorPolicy class hierarchy
|
file |
diff |
annotate
|
Wed, 06 Apr 2016 13:41:59 +0200 |
tschatzl |
8151386: Extract card live data out of G1ConcurrentMark
|
file |
diff |
annotate
|
Fri, 18 Mar 2016 10:51:29 +0100 |
brutisso |
8148759: G1AllocRegion::_count inconsistently used if more than one context is active
|
file |
diff |
annotate
|
Fri, 11 Mar 2016 11:22:56 +0100 |
mgerdin |
8151808: Factor G1 heap sizing code out of the G1CollectorPolicy
|
file |
diff |
annotate
|
Thu, 17 Mar 2016 11:18:52 -0700 |
sangheki |
8151085: Change G1 concurrent timer and tracer measuring time
|
file |
diff |
annotate
|
Thu, 17 Mar 2016 08:07:53 +0100 |
pliden |
8151601: Cleanup locking of the Reference pending list
|
file |
diff |
annotate
|
Mon, 14 Mar 2016 09:11:21 +0100 |
sjohanss |
8151696: Print all regions on trace level to get same behavior as old PrintHeapAtGCExtended
|
file |
diff |
annotate
|
Mon, 07 Mar 2016 17:23:59 +0100 |
mgerdin |
8151178: Move the collection set out of the G1 collector policy
|
file |
diff |
annotate
|
Fri, 26 Feb 2016 17:55:05 +0100 |
tschatzl |
Merge
|
file |
diff |
annotate
|
Thu, 25 Feb 2016 11:20:03 +0100 |
mgerdin |
8150390: Move rs length sampling data to the sampling thread
|
file |
diff |
annotate
|
Fri, 26 Feb 2016 13:02:30 +0100 |
tschatzl |
8150630: Add logging for ParScanThreadState merge phase
|
file |
diff |
annotate
|
Fri, 26 Feb 2016 13:02:30 +0100 |
tschatzl |
8076463: Add logging for the preserve CM referents task
|
file |
diff |
annotate
|
Fri, 05 Feb 2016 16:03:56 +0100 |
ehelin |
8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp}
|
file |
diff |
annotate
|
Tue, 02 Feb 2016 12:13:05 +0100 |
brutisso |
8148736: Let the G1 heap transition log regions instead of bytes
|
file |
diff |
annotate
|
Tue, 02 Feb 2016 10:50:08 +0100 |
brutisso |
8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
|
file |
diff |
annotate
|
Tue, 26 Jan 2016 15:28:31 +0100 |
david |
8147814: Move verification code out of g1collectedheap
|
file |
diff |
annotate
|
Thu, 07 Jan 2016 16:25:53 +0100 |
david |
8146399: Refactor the BlockOffsetTable classes.
|
file |
diff |
annotate
|
Tue, 22 Dec 2015 11:03:37 +0100 |
tschatzl |
8145774: Move scrubbing setup code away out of ConcurrentMark
|
file |
diff |
annotate
|
Tue, 15 Dec 2015 09:58:29 +0100 |
brutisso |
8145303: Clean up the units for log_gc_footer
|
file |
diff |
annotate
|
Fri, 11 Dec 2015 13:48:52 +0100 |
david |
8144996: Replace the HeapRegionSetCount class with an uint
|
file |
diff |
annotate
|
Thu, 10 Dec 2015 14:57:55 +0100 |
brutisso |
8145092: Use Unified Logging for the GC logging
|
file |
diff |
annotate
|
Wed, 09 Dec 2015 16:05:24 +0100 |
mgerdin |
8144714: Add extension point to G1 evacuation closures
|
file |
diff |
annotate
|
Thu, 26 Nov 2015 13:13:03 +0100 |
sjohanss |
8143251: HeapRetentionTest.java Test is failing on jdk9/dev
|
file |
diff |
annotate
|
Thu, 26 Nov 2015 09:50:22 +0100 |
ehelin |
8142404: Parallelize the restoring of preserved marks
|
file |
diff |
annotate
|
Mon, 19 Oct 2015 16:33:12 +0200 |
ehelin |
8139892: Allow G1CollectorPolicy to specify if reference processing should be enabled
|
file |
diff |
annotate
|
Wed, 25 Nov 2015 19:27:38 +0000 |
tschatzl |
Merge
|
file |
diff |
annotate
|
Tue, 24 Nov 2015 15:46:45 +0100 |
ehelin |
8142495: Move G1ParEvacuateFollowersClosure to header file
|
file |
diff |
annotate
|
Tue, 24 Nov 2015 10:22:36 +0100 |
tschatzl |
8136681: Factor out IHOP calculation from G1CollectorPolicy
|
file |
diff |
annotate
|
Thu, 19 Nov 2015 12:43:08 -0500 |
drwhite |
8143252: Clean up G1CollectedHeap interface
|
file |
diff |
annotate
|
Mon, 09 Nov 2015 11:26:15 +0100 |
david |
8141434: G1CollectedHeap::into_cset_dirty_card_queue_set should be moved to G1RemSet
|
file |
diff |
annotate
|
Mon, 09 Nov 2015 09:19:39 +0100 |
david |
8139867: Change how startsHumongous and continuesHumongous regions work in G1.
|
file |
diff |
annotate
|
Wed, 14 Oct 2015 14:51:10 +0200 |
mgerdin |
8139149: Split G1 evacuate_collection_set into multiple steps
|
file |
diff |
annotate
|
Tue, 20 Oct 2015 14:01:49 -0400 |
ecaspole |
8060017: G1: Report heap sizing time
|
file |
diff |
annotate
|
Wed, 14 Oct 2015 09:33:45 +0200 |
david |
8139434: Unify GenRemSet and CardTableRS
|
file |
diff |
annotate
|
Tue, 13 Oct 2015 14:49:13 +0200 |
tschatzl |
8069330: Adjustment of concurrent refinement thresholds does not take hot card cache into account
|
file |
diff |
annotate
|
Tue, 13 Oct 2015 08:37:44 +0200 |
david |
8139427: Break out YoungList to own class.
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 15:06:52 +0200 |
ehelin |
8138969: G1CollectorPolicy should use const for applicable methods
|
file |
diff |
annotate
|
Wed, 30 Sep 2015 18:09:40 -0400 |
aharlap |
8130265: gctests/LargeObjects/large001 fails with OutOfMemoryError: Java heap space
|
file |
diff |
annotate
|
Tue, 29 Sep 2015 11:02:08 +0200 |
david |
8080775: Better argument formatting for assert() and friends
|
file |
diff |
annotate
|
Wed, 09 Sep 2015 14:22:45 +0200 |
mgerdin |
8135154: Move cards scanned and surviving young words aggregation to G1ParScanThreadStateSet
|
file |
diff |
annotate
|
Wed, 09 Sep 2015 10:34:22 +0200 |
mgerdin |
8135152: Create a G1ParScanThreadStateSet class for managing G1 GC per thread states
|
file |
diff |
annotate
|
Tue, 08 Sep 2015 16:00:34 -0400 |
kbarrett |
8134797: Remove explicit casts in CollectorPolicy hierarchy
|
file |
diff |
annotate
|
Tue, 25 Aug 2015 17:22:56 -0400 |
jiangli |
8131734: assert(!is_null(v)) failed: narrow klass value can never be zero with -Xshared:auto
|
file |
diff |
annotate
|
Thu, 20 Aug 2015 15:17:43 +0200 |
tschatzl |
8040162: Avoid reallocating PLABs between GC phases in G1
|
file |
diff |
annotate
|
Thu, 20 Aug 2015 15:17:41 +0200 |
tschatzl |
8133530: Add JFR event for evacuation statistics
|
file |
diff |
annotate
|
Wed, 19 Aug 2015 13:59:39 +0200 |
tschatzl |
8073013: Add detailed information about PLAB memory usage
|
file |
diff |
annotate
|
Wed, 19 Aug 2015 13:50:50 +0200 |
tschatzl |
8133470: Uses of Atomic methods in plab.hpp should be moved to .inline.hpp file
|
file |
diff |
annotate
|
Mon, 29 Jun 2015 11:09:39 +0200 |
stefank |
8087323: Unify and split the work gang classes
|
file |
diff |
annotate
|