[Mono-bugs] [Bug 515884] call on virtual/final property gives runtime error while callvirt works fine

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 24 07:40:08 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=515884

User vargaz at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=515884#c2


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com




--- Comment #2 from Zoltan Varga <vargaz at gmail.com>  2009-06-24 05:40:07 MDT ---
Thats because the implementation of the call instruction doesn't seem to check
for transparent proxies.

The workaround is to call virtual methods using callvirt, the JIT will do
the callvirt->call optimization when it is safe to do so.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list