Thu, 28 Aug 2014 17:06:29 +0200 Merge
tschatzl [Thu, 28 Aug 2014 17:06:29 +0200] rev 26329
Merge
Thu, 28 Aug 2014 18:38:31 +0400 8050464: G1 string deduplication tests hang/timeout and leave running processes consuming all resources
dfazunen [Thu, 28 Aug 2014 18:38:31 +0400] rev 26328
8050464: G1 string deduplication tests hang/timeout and leave running processes consuming all resources Reviewed-by: jmasa
Fri, 29 Aug 2014 08:07:13 -0700 Merge
jmasa [Fri, 29 Aug 2014 08:07:13 -0700] rev 26327
Merge
Thu, 28 Aug 2014 17:05:41 +0200 8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark.
tschatzl [Thu, 28 Aug 2014 17:05:41 +0200] rev 26326
8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark. Summary: The verification code that checked whether no bitmap mark had been found re-read HeapRegion::end() after the check on the bitmap. Concurrent humongous object allocation could have changed HeapRegion::end() in the meantime. Fix this by using the actual end of the region instead of HeapRegion::end() for comparison. Reviewed-by: brutisso, jmasa
(0) -10000 -3000 -1000 -300 -100 -30 -10 -4 +4 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip