comparison src/share/vm/gc_implementation/g1/g1ParScanThreadState.inline.hpp @ 20386:edb5f3b38aab

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
author tschatzl
date Thu, 28 Aug 2014 17:05:41 +0200
parents a3953c777565
children 6948da6d7c13
comparison
equal deleted inserted replaced
20385:c35aec39d08e 20386:edb5f3b38aab