The justification that I've seen for shall we say "Bastardizing" the Java bytecodes in Android was performance. (I suspect there is another reason.) However by changing the byte codes haven't they made hardware excelleration technologies such as Jazelle moot, and thus actually degraded the performance available for a Mobile Java platform?
It appears counter intutitive to me knowing that the target platform is a ARM based mobile platform. While it MIGHT give you better performance on other CPU architectures it seems to spit in the face of ARM and Jazelle.
What sort of quantitative effect does it have on Java performance?
Does it actually improve performance, and if so how?
What's the effect on other platforms? (i.e. x86,mips,yadda,yadda,yadda...)