[netcore] Small runtime changes (#12503)
commit7f75e0552244fa4ef75d52e61a91e6e4e47643a0
authorAleksey Kliger (λgeek) <akliger@gmail.com>
Fri, 18 Jan 2019 22:34:02 +0000 (18 17:34 -0500)
committerMarek Safar <marek.safar@gmail.com>
Fri, 18 Jan 2019 22:34:02 +0000 (18 23:34 +0100)
tree0371d065b72bd81876fa090dddac36372d8b6947
parent58cb6aa49c2411ec8d82ea85caf3a8e38fd6ee14
[netcore] Small runtime changes (#12503)

* [configure] --with-core should disable remoting, sre.save and appdomains

* [class-init] with ENABLE_NETCORE System.Array has some constant fields

* [object] for NETCORE don't handle appdomain unload exception specially

Since it doesn't exist in System.Private.CoreLib.dll (it's no netstandard.dll)
configure.ac
mono/metadata/class-init.c
mono/metadata/object.c