Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Under the default settings, bytecode verification is enabled on the Dalvik VM. To change the settings use the adb shell to set the appropriate system property, for example: adb shell setprop dalvik.vm.dexopt-flags v=a or pass -Xverify:all as an argument to the Dalvik VM.

Bibliography

[Oaks 2001]

The Bytecode Verifier

[Pistoia 2004]

Section 7.3, The Class File Verifier

 

...

      Rule 16: Runtime Environment (ENV)Image Added