[sgen] Fix small bitmap descriptor bug with large objects.
authorMark Probst <mark.probst@gmail.com>
Tue, 26 Feb 2013 00:32:45 +0000 (16:32 -0800)
committerMark Probst <mark.probst@gmail.com>
Tue, 26 Feb 2013 00:33:39 +0000 (16:33 -0800)
commit62c93fdae33630b9003f144e279fc419fb26e6bb
treea25a2483ec3d94df0cd6a2b33bfe230fa5c47ea0
parent84ec6ef7a0fc5c57dbf0a3a91c4aa02eb878196b
[sgen] Fix small bitmap descriptor bug with large objects.

Objects larger than 64k whose references still fit within a small bitmap
would overflow the size bit field within the descriptor.
mono/metadata/sgen-descriptor.c