[jit] Avoid emitting seq points inside alloc wrappers, they contain critical regions...
authorZoltan Varga <vargaz@gmail.com>
Thu, 30 Jun 2016 21:40:18 +0000 (17:40 -0400)
committerZoltan Varga <vargaz@gmail.com>
Thu, 30 Jun 2016 21:40:24 +0000 (17:40 -0400)
commit44fed99f094d4b87ff898b9ada186514e9b47c14
tree673823a9657e65648091aeac58de7ab560ee9902
parent2a6315ca00dbf0c98fed822ce0a5d993c3970271
[jit] Avoid emitting seq points inside alloc wrappers, they contain critical regions, and if thread self suspend in the seq point handler, it cannot be suspended by other threads. Fixes #42191.
mono/mini/mini.c