.hgignore
author tschatzl
Thu, 28 Aug 2014 17:05:41 +0200
changeset 26326 d36e8d9dcac8
parent 13697 5262b00bc10c
child 33045 00f484891bcf
permissions -rw-r--r--
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

^build/
^dist/
nbproject/private/
^webrev
^.hgtip
^.bridge2
.DS_Store