Fri, 25 Apr 2014 09:59:44 -0700 Merge
amurillo [Fri, 25 Apr 2014 09:59:44 -0700] rev 24112
Merge
Fri, 25 Apr 2014 15:50:13 +0200 Merge
ehelin [Fri, 25 Apr 2014 15:50:13 +0200] rev 24111
Merge
Wed, 23 Apr 2014 12:37:36 +0200 8038265: CMS: enable time based triggering of concurrent cycles
brutisso [Wed, 23 Apr 2014 12:37:36 +0200] rev 24110
8038265: CMS: enable time based triggering of concurrent cycles Reviewed-by: mgerdin, brutisso Contributed-by: michal@frajt.eu
Wed, 23 Apr 2014 10:12:34 +0200 Merge
ehelin [Wed, 23 Apr 2014 10:12:34 +0200] rev 24109
Merge
Tue, 22 Apr 2014 11:10:12 +0200 8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname)
tschatzl [Tue, 22 Apr 2014 11:10:12 +0200] rev 24108
8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname) Summary: A few locations in the code use sizeof(this) which returns the size of the pointer instead of sizeof(classname) which returns the size of the sum of its members. This change fixes these errors and adds a few tests. Reviewed-by: mgerdin, brutisso
Thu, 17 Apr 2014 18:47:15 +0200 8040245: G1: VM hangs during shutdown
pliden [Thu, 17 Apr 2014 18:47:15 +0200] rev 24107
8040245: G1: VM hangs during shutdown Summary: temporarily disable the shutdown of the concurrent GC threads introduced in JDK-8037112 Reviewed-by: brutisso, tschatzl, jmasa
Thu, 17 Apr 2014 15:57:02 +0200 8040722: G1: Clean up usages of heap_region_containing
brutisso [Thu, 17 Apr 2014 15:57:02 +0200] rev 24106
8040722: G1: Clean up usages of heap_region_containing Reviewed-by: tschatzl, jmasa
Wed, 16 Apr 2014 16:47:02 +0200 8040002: Clean up code and code duplication in re-diryting cards for verification
tschatzl [Wed, 16 Apr 2014 16:47:02 +0200] rev 24105
8040002: Clean up code and code duplication in re-diryting cards for verification Summary: Card re-dirtying code for verification and actual redirtying uses two different, almost completely identical card closures. Also the verification code still assumes a perm gen. Reviewed-by: brutisso, jmasa
Wed, 16 Apr 2014 16:46:58 +0200 8019342: G1: High "Other" time most likely due to card redirtying
tschatzl [Wed, 16 Apr 2014 16:46:58 +0200] rev 24104
8019342: G1: High "Other" time most likely due to card redirtying Summary: Parallelize card redirtying to decrease the time it takes. Reviewed-by: brutisso
Wed, 16 Apr 2014 11:05:37 +0200 8028710: G1 does not retire allocation buffers after reference processing work
tschatzl [Wed, 16 Apr 2014 11:05:37 +0200] rev 24103
8028710: G1 does not retire allocation buffers after reference processing work Summary: G1 does not retire allocation buffers after reference processing work when -XX:+ParallelRefProcEnabled is enabled. This causes wrong calculation of PLAB sizes, as the amount of space wasted is not updated correctly. Reviewed-by: brutisso
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip