From: Shai <sha...@ya...> - 2012-01-23 05:07:48
|
Thanks, I tried this but I applied manually since I have a somewhat older version. As far as I can tell the only significant change is in XMLVM_ISA. After changing that I'm getting a crash for bad access: _r8.o = (*(JAVA_OBJECT (*)(JAVA_OBJECT)) *(((java_lang_Object*)_r2.o)->tib->itableBegin)[XMLVM_ITABLE_IDX_com_packagename_classname_getObjectId__])(_r2.o); Best Regards, Shai. >________________________________ > From: Arno Puder <ar...@pu...> >To: xml...@li... >Sent: Sunday, January 22, 2012 11:48 PM >Subject: Re: [xmlvm-dev] Object array instanceof problem > > >can you please check if the attached patch fixes the problem? > >Thanks, >Arno > > >On 1/22/12 11:12 AM, Shai wrote: >> Hi, >> I just ran into an issue with: >> o instanceof Object[] >> >> Where o is an array of Object subclass. This works as expected in Java >> but doesn't work with the C backend on iPhone (I'm not on the latest and >> greatest since we are approaching feature freeze on the iOS work). >> Is this something that is fixable in XMLVM? >> Are there workarounds? >> >> Thanks. >> >> >> ------------------------------------------------------------------------------ >> Try before you buy = See our experts in action! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-dev2 >> >> >> >> _______________________________________________ >> Xmlvm-developers mailing list >> Xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-developers > >------------------------------------------------------------------------------ >Try before you buy = See our experts in action! >The most comprehensive online learning library for Microsoft developers >is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >Metro Style Apps, more. Free future releases when you subscribe now! >http://p.sf.net/sfu/learndevnow-dev2 >_______________________________________________ >Xmlvm-developers mailing list >Xml...@li... >https://lists.sourceforge.net/lists/listinfo/xmlvm-developers > > > |