Bugzilla – Bug 312255
[mini] incorrect this!= null checks generated when inlining
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by vargaz@freemail.hu 2003-04-30 05:45:26 MST ---- Currently, mini generates a this != null check when a method is inlined, even when the method is called non-virtually. The attached test case demonstrates this. When run with --optimize=inline, it throws an exception, otherwise it runs normally. There are programs (like IKVM) which depend on this behaviour. ---- Additional Comments From vargaz@freemail.hu 2003-04-30 05:46:15 MST ---- Created an attachment (id=164644) testcase ---- Additional Comments From lupus@ximian.com 2003-04-30 06:51:00 MST ---- Fixed in cvs. Thanks for the report. Imported an attachment (id=164644)