summaryrefslogtreecommitdiff
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2014-07-16 15:04:20 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-07-16 01:10:27 +0000
commita4fe789a74d2eb0f1d14ab971103feacef02620c (patch)
treea643bcf43d352172b881845a91c711869c11a4d4 /runtime/class_linker.h
parentfbde4dd1cb6db729e3f3ee5bdae0cdd824d73054 (diff)
parentc54aea7f4acd1a32bb298d43c20e3e0217638926 (diff)
Merge "Make ART fail gracefully when it can't update the desired code."
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index d9b3d2541c..64bffc9bf3 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -571,7 +571,8 @@ class ClassLinker {
const OatFile* FindOatFileContainingDexFileFromDexLocation(const char* location,
const uint32_t* const location_checksum,
InstructionSet isa,
- std::vector<std::string>* error_msgs)
+ std::vector<std::string>* error_msgs,
+ bool* obsolete_file_cleanup_failed)
LOCKS_EXCLUDED(dex_lock_, Locks::mutator_lock_);
// Find a verify an oat file with the given dex file. Will return nullptr when the oat file