[netcore] Minor fixes, fix GetTypeTests.GetType_EmptyString (#15933)
commit26f3df98810411b62fcf41daaff5d407df3ba7b5
authorEgor Bogatov <egorbo@gmail.com>
Thu, 1 Aug 2019 20:56:56 +0000 (1 23:56 +0300)
committerSteve Pfister <steveisok@users.noreply.github.com>
Thu, 1 Aug 2019 20:56:56 +0000 (1 16:56 -0400)
tree0207e7e73a60db77d86d6b71880f5ddfa97086fb
parent6f0519266903983c28d159a8e9154e02a1467cc4
[netcore] Minor fixes, fix GetTypeTests.GetType_EmptyString (#15933)

* Fixes https://github.com/mono/mono/issues/15023

* Fixes https://github.com/mono/mono/issues/15189 (were marked as "require large array
support" in dotnet/corefx by @filipnavara)

* Move InternalGetHashCode to RuntimeHelpers
mono/metadata/icall-def-netcore.h
mono/metadata/icall.c
mono/metadata/reflection.c
netcore/CoreFX.issues.rsp
netcore/Makefile
netcore/System.Private.CoreLib/src/System.Reflection.Emit/AssemblyBuilder.cs
netcore/System.Private.CoreLib/src/System.Reflection/RuntimeAssembly.cs
netcore/System.Private.CoreLib/src/System.Runtime.CompilerServices/RuntimeHelpers.cs
netcore/System.Private.CoreLib/src/System/Object.cs