Fix for issue 5241: [RTM] Interop\ICastable\Castable\Castable.cmd CONTRACT VIOLATION...
authorFadi Hanna <fadim@microsoft.com>
Tue, 31 May 2016 19:58:02 +0000 (12:58 -0700)
committerFadi Hanna <fadim@microsoft.com>
Tue, 31 May 2016 19:58:02 +0000 (12:58 -0700)
commit88544c8d78f93a693b02cc8a8dbaa7ab0da1a00b
treeebefcc5e1f4f174b8a41f772b500500bc275e529
parentd35f0ccae340381595e67ea986776be207af1ad1
Fix for issue 5241: [RTM] Interop\ICastable\Castable\Castable.cmd CONTRACT VIOLATION by ReadyToRunInfo::TryLookupTypeTokenFromName (dotnet/coreclr#5296)

Commit migrated from https://github.com/dotnet/coreclr/commit/b79ea9b0bb8a864b3824dcb82a5c0a7e39c88583
14 files changed:
src/coreclr/src/vm/compile.cpp
src/coreclr/src/vm/readytoruninfo.cpp
src/coreclr/src/vm/versionresilienthashcode.cpp
src/coreclr/src/vm/versionresilienthashcode.h
src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.il [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.cs [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.cs [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.il [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/app.config [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/project.json [new file with mode: 0644]