jmasa [Fri, 29 Aug 2014 08:07:13 -0700] rev 26327
Merge
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
jmasa [Thu, 28 Aug 2014 11:25:09 -0700] rev 26325
Merge
sjohanss [Wed, 27 Aug 2014 09:47:06 +0200] rev 26324
8028787: tmtools/jstat/gcoldcapacity/jstat_gcoldcapacity02 fails nsk.share.Failure: OGC < OGCMN in RT_Baseline
Summary: Passing the min and max size of the generation into the counter instead of using the space to estimate sizes.
Reviewed-by: stefank, tschatzl
brutisso [Wed, 27 Aug 2014 09:22:22 +0000] rev 26323
Merge
brutisso [Wed, 27 Aug 2014 10:51:08 +0200] rev 26322
8055816: Remove dead code in g1BlockOffsetTable
Reviewed-by: tschatzl, mgerdin
tschatzl [Wed, 27 Aug 2014 08:59:05 +0200] rev 26321
8056043: Heap does not shrink within the heap after JDK-8038423
Summary: Enable shrinking within the heap by removing some code added for JDK-8054818. Enable the test case that checks that again too.
Reviewed-by: jwilhelm, jmasa