commit | f6174e8a1566bb357e82506f7ec97dc359c90eb2 | [log] [tgz] |
---|---|---|
author | jeffhao <jeffhao@google.com> | Tue Jan 31 16:14:17 2012 -0800 |
committer | jeffhao <jeffhao@google.com> | Tue Jan 31 17:48:30 2012 -0800 |
tree | b74b1fc81d0dc0b2f2da7ab6f5187493f15a0b66 | |
parent | 4d9716c19cc25911e639272048abd0d6702bb082 [diff] |
Fix to prevent a dex file from being verified multiple times. Instead of verifying a dex file whenever one is initialized, they're now verified when not opened from memory. Also, the way dalvik_system_DexFile opens dex files has been changed to check for an existing oat file and get the corresponding dex file from there instead. Change-Id: I75fc26247150107d628e2c4e364ef8a53fbf9481