[Mono-bugs] [Bug 75636][Nor] Changed - mcs incorrectly handes hide-by-name virtual methods not marked with newslot

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jul 30 14:01:41 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rharinath at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75636

--- shadow/75636	2005-07-28 20:56:31.000000000 -0400
+++ shadow/75636.tmp.25473	2005-07-30 14:01:41.000000000 -0400
@@ -181,6 +181,14 @@
 
 ------- Additional Comments From hys545 at dreamwiz.com  2005-07-28 20:56 -------
 I  use
 ikvm-cvs-200507-7-27 
 gnu classpath-cvs 2005-7-27
 
+
+------- Additional Comments From rharinath at novell.com  2005-07-30 14:01 -------
+I haven't investigated this yet.
+
+My impression is that this is a runtime bug.  The compiler has been
+fixed to ignore the newslot flag, and depends on the runtime to
+determine if a method overrides another or not (using
+MethodInfo.GetBaseDefinition)


More information about the mono-bugs mailing list