In metadata:
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 29 Mar 2006 14:15:18 +0000 (14:15 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 29 Mar 2006 14:15:18 +0000 (14:15 -0000)
commit99c6592ef707f07c570cc360bb1853f847edb407
treec1bc275953e47c4c1fe3ba5d112d1c0f517f4ed7
parent1fee1508731433cb3c72d7328b2fc1288baff54d
In metadata:
Fix #75172
* icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
for interface classes.  Use 'num_methods' instead.
(ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
before using '->vtable_size' field.

In tests:
* iface-large.cs: New test based on #75172.

svn path=/trunk/mono/; revision=58728
mono/metadata/ChangeLog
mono/metadata/icall.c
mono/tests/ChangeLog
mono/tests/Makefile.am
mono/tests/iface-large.cs [new file with mode: 0644]