.hgignore
author ysr
Thu, 02 Jun 2011 10:23:36 -0700
changeset 9985 afffb17bb75a
parent 9309 334bea52fc16
child 12024 452c9c3f0a96
permissions -rw-r--r--
7048782: CMS: assert(last_chunk_index_to_check<= last_chunk_index) failed: parCardTableModRefBS.cpp:359 Summary: The LNC array is sized before the start of a scavenge, while the heap may expand during a scavenge. With CMS, the last block of an arbitrary suffice of the LNC array may expand due to coalition with the expansion delta. We now take care not to attempt access past the end of the LNC array. LNC array code will be cleaned up and suitably encapsulated as part of the forthcoming performance RFE 7043675. Reviewed-by: brutisso

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