[aot] Fix a deadlock in init_plt () by calling create_trampoline () outside the lock...
commitc3161826e3c10cf32909fb5592ba2b3b9c15934f
authorZoltan Varga <vargaz@gmail.com>
Sat, 22 Jun 2019 03:35:57 +0000 (21 23:35 -0400)
committerGitHub <noreply@github.com>
Sat, 22 Jun 2019 03:35:57 +0000 (21 23:35 -0400)
tree7057ff035930c2ca6937eac1931653f4811dd1be
parentf42fcc0459b4111e783129ff404bf9f39491fbc0
[aot] Fix a deadlock in init_plt () by calling create_trampoline () outside the lock. (#15332)

Fixes https://github.com/mono/mono/issues/15330.
mono/mini/aot-runtime.c