2009-08-21 Mark Probst <mark.probst@gmail.com>
authorMark Probst <mark.probst@gmail.com>
Fri, 21 Aug 2009 16:52:46 +0000 (16:52 -0000)
committerMark Probst <mark.probst@gmail.com>
Fri, 21 Aug 2009 16:52:46 +0000 (16:52 -0000)
commit824181c3cdc99b2609619432b6026bfe333be869
tree947f7ab1e00878d18789a415ea1751a07cfaa42d
parent45a828730cbac942e58a6b719a80678c63a77dd4
2009-08-21  Mark Probst  <mark.probst@gmail.com>

* mono-hash.c: When creating a hash table, if the keys are managed
objects, assert that we have a hash function.  Remove the
rehashing after GC marking.

2009-08-21  Mark Probst  <mark.probst@gmail.com>

* threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
the hash function for the ares_htable.

svn path=/trunk/mono/; revision=140423
mono/metadata/ChangeLog
mono/metadata/threadpool.c
mono/utils/ChangeLog
mono/utils/mono-hash.c