The JVM and Dalvik are completely separate platforms: neither borrows code from one another. (Well, for the *VM* portion, I could imagine an error in a class loader, but that's a separate issue.) Besides the fact that the exploit may hint at an issue that is easy to mess up when writing a VM in general, you shouldn't run into any problems.
Kris On Sun, Jan 13, 2013 at 4:33 PM, David Chipman <[email protected]> wrote: > Hi there, > > Recently read about a security issue with Java Runtime. What affect does > this have on Android? Thank you, > > -David > > -- > You received this message because you are subscribed to the Google Groups > "Android Security Discussions" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/android-security-discuss/-/8QqHoFGo-TAJ. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/android-security-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-security-discuss?hl=en.
