[jit] Emit code to throw method access exceptions instead of throwing them from the...
authorZoltan Varga <vargaz@gmail.com>
Mon, 30 May 2016 07:40:56 +0000 (03:40 -0400)
committerZoltan Varga <vargaz@gmail.com>
Mon, 30 May 2016 07:40:56 +0000 (03:40 -0400)
commitd743c659c506199c2e4e9414b4121e0a8841ee81
treed713beabb78ad5fee494a61e17e4e45a51990a5b
parentab989b84c7775f521757c846f987a62019c37b0f
[jit] Emit code to throw method access exceptions instead of throwing them from the JIT, so the stack trace is correct. Fixes #41280. (#3072)
mono/mini/jit-icalls.c
mono/mini/jit-icalls.h
mono/mini/method-to-ir.c
mono/mini/mini-runtime.c