Fix for issue 5343: Assert Failure: !"Cannot take the address of an uninstantiated...
authorFadi Hanna <fadim@microsoft.com>
Wed, 1 Jun 2016 20:05:45 +0000 (13:05 -0700)
committerFadi Hanna <fadim@microsoft.com>
Wed, 1 Jun 2016 20:05:45 +0000 (13:05 -0700)
commitc1cf38369531d9fb98a1b26166a1e48c0c8c808d
tree14822e3535217cfe8d46c12b6e4e9cd3887dbfb1
parent53e54494042e7a567364725ea61d9a7e62effa9c
Fix for issue 5343: Assert Failure: !"Cannot take the address of an uninstantiated generic method." (#5347)

The problem was that the delegates code base was not correctly instantiating interface GVMs on target types
(after finding the target method on the target type using slot numbers), and ended up calling uninstantiated
generic method definitions on delegate invokes.
src/vm/comdelegate.cpp