From: Shai <sha...@ya...> - 2012-01-22 19:49:31
|
Looking further at the code its possible that the code that is failing is something like o instanceof byte[] which is also in that same segment. A workaround I was able to apply checks for the bug and tries a cast which is caught seamlessly detect the type (can't use reflection here). >________________________________ > From: Shai <sha...@ya...> >To: "xml...@li..." <xml...@li...> >Sent: Sunday, January 22, 2012 9:12 PM >Subject: [xmlvm-dev] Object array instanceof problem > > >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 > > > |