[coop] Use coop mutex (#9159)
commit4d6a4ae132ed74e99527ced4a9bca2f65e1089af
authorVlad Brezae <brezaevlad@gmail.com>
Mon, 18 Jun 2018 19:02:36 +0000 (19 01:02 +0600)
committerLudovic Henry <luhenry@microsoft.com>
Mon, 18 Jun 2018 19:02:36 +0000 (18 15:02 -0400)
tree6628270e56b203d113e75882dde34be45e2df487
parent55b7051f5269a5bfce9ea2635a869713bc40c229
[coop] Use coop mutex (#9159)

* [coop] Use coop mutex

ldstr_section can be taken during jit compilation.

* [runtime] Switch to non recursive mutex

ldstr_section only guards hashtable accesses.
mono/metadata/object.c