.hgignore
author tonyp
Tue, 17 Aug 2010 14:40:00 -0400
changeset 6259 81aec0585307
parent 4312 8bc999bb0d48
child 6729 6972f2f93eba
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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     1
^build/
fd16c54261b3 Initial load
duke
parents:
diff changeset
     2
^dist/
4312
8bc999bb0d48 6909462: Fix nbproject/private references in .hgignore
ohair
parents: 0
diff changeset
     3
/nbproject/private/