diff options
| author | 2014-07-16 15:04:20 +0000 | |
|---|---|---|
| committer | 2014-07-16 01:10:27 +0000 | |
| commit | a4fe789a74d2eb0f1d14ab971103feacef02620c (patch) | |
| tree | a643bcf43d352172b881845a91c711869c11a4d4 /runtime/class_linker.h | |
| parent | fbde4dd1cb6db729e3f3ee5bdae0cdd824d73054 (diff) | |
| parent | c54aea7f4acd1a32bb298d43c20e3e0217638926 (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.h | 3 |
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 |