summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/compiler_llvm.h
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2012-03-29 17:52:00 -0700
committer Brian Carlstrom <bdc@google.com> 2012-03-29 17:52:04 -0700
commit58cbbc25c91b96f4766c66cefa0a0cf6ba7b1d45 (patch)
treeca81d9634ac2443bf3d9484eda1fc03ea73de175 /src/compiler_llvm/compiler_llvm.h
parent68aefb06c449df0bd8a34f3491f7594ee3f9dd0b (diff)
Do not use FindOatFileFromOatLocation in DexFile_isDexOptNeeded
isDexOptNeeded is trying to sniff out bad files and FindOatFileFromOatLocation will register the file on the opened oat file list so later if the same process tries to run code from one of the oats, it will find it already opened and not validate its contents are up-to-date. This happens in the special case of the system server which is responsible for scanning to make sure things are up-to-date proactively, but also starts up services using those files. Change-Id: Ia9b483a46336b46bc1ec22180e60099e74886927
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.h')
0 files changed, 0 insertions, 0 deletions