Mon, 17 Mar 2014 10:07:51 +0100 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure
tschatzl [Mon, 17 Mar 2014 10:07:51 +0100] rev 23457
8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure Summary: Mentioned closures are actually wrapped methods. This adds confusion to readers, and in this case also increases code size as G1ParScanHeapEvacClosure is part of the oop_oop_iterate() methods. Move them into G1ParScanThreadState as methods. Reviewed-by: stefank
Mon, 17 Mar 2014 10:13:55 +0100 8034868: Extract G1 From Card Cache into separate class
tschatzl [Mon, 17 Mar 2014 10:13:55 +0100] rev 23456
8034868: Extract G1 From Card Cache into separate class Summary: Refactor the From Card Cache into a separate class. Reviewed-by: jmasa
Mon, 17 Mar 2014 10:13:42 +0100 8035654: Add times for evacuation failure handling in "Other" time
tschatzl [Mon, 17 Mar 2014 10:13:42 +0100] rev 23455
8035654: Add times for evacuation failure handling in "Other" time Summary: Detailed breakdown of time spent in the evacuation failure handling phases to make the "Other" time roughly correspond to the sum of its parts. Reviewed-by: jwilhelm, jmasa
Mon, 17 Mar 2014 10:13:27 +0100 8035398: Add card redirty time in "Other" time in G1
tschatzl [Mon, 17 Mar 2014 10:13:27 +0100] rev 23454
8035398: Add card redirty time in "Other" time in G1 Summary: Show the time taken by card redirtying during GC in a new "Redirty Cards" line. Reviewed-by: jwilhelm, brutisso
Mon, 17 Mar 2014 10:13:18 +0100 8027295: Free CSet takes ~50% of young pause time
tschatzl [Mon, 17 Mar 2014 10:13:18 +0100] rev 23453
8027295: Free CSet takes ~50% of young pause time Summary: Improve fast card cache iteration and avoid taking locks when freeing the collection set. Reviewed-by: brutisso
Mon, 17 Mar 2014 10:12:47 +0100 8035815: Cache-align and pad the from card cache
tschatzl [Mon, 17 Mar 2014 10:12:47 +0100] rev 23452
8035815: Cache-align and pad the from card cache Summary: The from card cache is a very frequently accessed data structure. It is essentially a 2d array of per-region values, one row of values for every GC thread. Pad and align the data structure to avoid false sharing. Reviewed-by: stefank
Mon, 17 Mar 2014 10:12:21 +0100 8035406: Improve data structure for Code Cache remembered sets
tschatzl [Mon, 17 Mar 2014 10:12:21 +0100] rev 23451
8035406: Improve data structure for Code Cache remembered sets Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time. Reviewed-by: mgerdin, brutisso
Fri, 14 Mar 2014 10:15:46 +0100 8034079: G1: Refactor the HeapRegionSet hierarchy
brutisso [Fri, 14 Mar 2014 10:15:46 +0100] rev 23450
8034079: G1: Refactor the HeapRegionSet hierarchy Reviewed-by: tschatzl, pliden
Wed, 19 Mar 2014 07:08:11 -0700 Merge
dcubed [Wed, 19 Mar 2014 07:08:11 -0700] rev 23449
Merge
Tue, 18 Mar 2014 13:45:27 -0400 8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array
coleenp [Tue, 18 Mar 2014 13:45:27 -0400] rev 23448
8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array Summary: Call ProtectionDomain constructor instead of making all fields null. Reviewed-by: fparain, zgu
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip