https://bugzilla.novell.com/show_bug.cgi?id=644789
https://bugzilla.novell.com/show_bug.cgi?id=644789#c1 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Zoltan Varga <[email protected]> 2010-10-08 03:18:02 UTC --- Fixed in HEAD. For 2.8, apply the following patch: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< diff --git a/mono/mini/tramp-sparc.c b/mono/mini/tramp-sparc.c index 642f773..a1f5afd 100644 --- a/mono/mini/tramp-sparc.c +++ b/mono/mini/tramp-sparc.c @@ -261,8 +261,6 @@ mono_arch_create_specific_trampoline (gpointer arg1, MonoTrampolineType tramp_t if (code_len) *code_len = (code - buf) * 4; - mono_jit_stats.method_trampolines++; - mono_arch_flush_icache ((guint8*)buf, (code - buf) * 4); return buf; >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> i.e. remove the offending line. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
