[jit] Disable partial sharing during JITting, its only been tested in full aot mode...
commit8ce0775a031af68f1c4db8b738a420ae95986123
authorZoltan Varga <vargaz@gmail.com>
Thu, 22 Feb 2018 02:11:47 +0000 (21 21:11 -0500)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2018 02:11:47 +0000 (21 21:11 -0500)
tree4120005a8fb21cc7cf8320ee0d99a34d26b99e55
parent2d2033e44018c0832e3f86c395629a633d3293e6
[jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. (#7161)

* [aot] Add hybrid aot tests.

* [jit] Disable partial sharing during JITting, its only been tested in full aot mode, and doesn't seem to work with JITted methods. Fixes https://github.com/mono/mono/issues/7085.
mono/mini/Makefile.am.in
mono/mini/mini.c