langtools/.hgignore
author tonyp
Tue, 17 Aug 2010 14:40:00 -0400
changeset 6259 81aec0585307
parent 4420 5518c5947f3e
child 9393 a0324a949bb7
permissions -rw-r--r--
6959014: G1: assert(minimum_desired_capacity <= maximum_desired_capacity) failed: sanity check Summary: There are a few issues in the code that calculates whether to resize the heap and by how much: a) some calculations can overflow 32-bit size_t's, b) min_desired_capacity is not bounded by the max heap size, and c) the assrt that fires is in the wrong place. The fix also includes some tidying up of the related verbose code. Reviewed-by: ysr, jmasa

^build/
^dist/
/nbproject/private/