Boehm doesn't need the pinning root for threads.
authorRodrigo Kumpera <kumpera@gmail.com>
Fri, 15 Feb 2013 18:47:45 +0000 (13:47 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Fri, 15 Feb 2013 18:50:54 +0000 (13:50 -0500)
commit0a2b28137b57c03d8efa309567f72bc506d5c775
treeb646b86debbc34e3a36efe23afb4f72ce2b1b33c
parentd811c08ecba9f6410af68ab6ae61f0e51de8d25b
Boehm doesn't need the pinning root for threads.

* threads.c: Boehm doesn't need the pinning for each thread as it doesn't
move objects and those objects are reachable through the thread hashtable.

This fixes a crash on mobile that has a very small number of root slots.
mono/metadata/threads.c