2008-06-17 Mark Probst <mark.probst@gmail.com>
authorMark Probst <mark.probst@gmail.com>
Tue, 17 Jun 2008 14:52:31 +0000 (14:52 -0000)
committerMark Probst <mark.probst@gmail.com>
Tue, 17 Jun 2008 14:52:31 +0000 (14:52 -0000)
commit960d7c730d324a6c194bdd411c6ecb658d069523
tree6ab99566f837d86562bbab0d42979f8cc83a6e88
parent53d75abca27ce493a6eac8647707640b1b8d0dd9
2008-06-17  Mark Probst  <mark.probst@gmail.com>

* object.c, class-internals.h: New function for checking whether
an individual field is special static.

2008-06-17  Mark Probst  <mark.probst@gmail.com>

* mini.c: Don't compute the vtable to determine whether a field is
special static, because it might not work for open types.

2008-06-17  Mark Probst  <mark.probst@gmail.com>

* generic-special.2.cs: Test case for static special fields in
generic classes.

* Makefile.am: Test added.

svn path=/trunk/mono/; revision=106004
mono/metadata/ChangeLog
mono/metadata/class-internals.h
mono/metadata/object.c
mono/mini/ChangeLog
mono/mini/mini.c
mono/tests/ChangeLog
mono/tests/Makefile.am
mono/tests/generic-special.2.cs [new file with mode: 0644]