Android Dalvik Virtual machine

Source: Internet
Author: User

One, Dalvik virtual machine

is actually a Java virtual machine, but it does not execute the class file, but the Dex file

both the Dalvik virtual machine and the art virtual machine implement three interfaces for abstracting Java virtual machines:

1. Jni_getdefaultjavavminitargs-- Get the default initialization parameters for the virtual machine

2. JNI_CREATEJAVAVM-- Create a virtual machine instance in the process

3. Jni_getcreatedjavavms-- Gets the virtual machine instance created in the process

in theAndroidSystem,Davikthe virtual machine implementationlibdvm.soin whichARTthe virtual machine implementationlibart.sothe. In other words,libdvm.soand thelibart.soexported theJni_getdefaultjavavminitargs,JNI_CREATEJAVAVMand theJni_getcreatedjavavmsthese three interfaces are for external invocation.

Second, See how ART virtual machines are seamlessly replacing Dalvik virtual machines from two perspectives?

1. The boot process of the ART virtual machine;

2. the process of Dex bytecode translation into local machine code.






Android Dalvik Virtual machine

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.