[Mono-bugs] [Bug 76959][Wis] Changed - mono(svn-54171 and 1.10) don't compile ikvm(cvs-2005-12-10)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 13 04:03:12 EST 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 jeroen at sumatra.nl.

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

--- shadow/76959	2005-12-12 17:21:19.000000000 -0500
+++ shadow/76959.tmp.12460	2005-12-13 04:03:12.000000000 -0500
@@ -208,6 +208,30 @@
 ** ERROR **: file class.c: line 1831
 (mono_class_setup_vtable_general): should not be reached
 
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 This means this might be an ikvm bug.
+
+------- Additional Comments From jeroen at sumatra.nl  2005-12-13 04:03 -------
+If you're using the ecj.exe I released, I'm pretty sure that the 
+corresponding IKVM.GNU.Classpath.dll is correct (and Microsoft's 
+PEVerify agrees). Here is the method that is supposedly missing:
+
+.method private newslot virtual final instance int32 
+        'java.lang.Comparable/compareTo(Ljava.lang.Object;)I'(object 
+A_1) cil managed
+{
+  .custom instance void [IKVM.Runtime]
+IKVM.Attributes.HideFromJavaAttribute::.ctor() = ( 01 00 00 00 ) 
+  .override [mscorlib]System.IComparable::CompareTo
+  // Code size       9 (0x9)
+  .maxstack  2
+  IL_0000:  ldarg.0
+  IL_0001:  ldarg.s    A_1
+  IL_0003:  callvirt   instance int32 java.lang.Character::compareTo
+(object)
+  IL_0008:  ret
+} // end of method Character::'java.lang.Comparable/compareTo
+(Ljava.lang.Object;)I'
+
+


More information about the mono-bugs mailing list