OSDN Git Service

Fix multi-image TODOs in class linker, runtime, and oat file.
authorJeff Hao <jeffhao@google.com>
Tue, 5 Jan 2016 22:13:00 +0000 (14:13 -0800)
committerJeff Hao <jeffhao@google.com>
Tue, 5 Jan 2016 23:35:51 +0000 (15:35 -0800)
commit1c1a342ba4e029ea1868a41ed0310756b7d78f45
tree7310ba40021c1b6de0a1d12769d662071ead3cec
parent68ead6495715c44c60e4faa27db8255e3ba7491b
Fix multi-image TODOs in class linker, runtime, and oat file.

- Modified SanityCheckArtMethodPointerArray in class linker
- Put back warnings in OatFile::GetOatDexFile
- Reinstated ImageSpace VerifyImageAllocations in Runtime::Init

Bug: 26317072

(cherry-picked from commit 0dfef949bb824accde27f8cfe1b233ec9e087355)

Change-Id: I3bdb8f87d885213795c82c41e5095fec6daf00c4
runtime/class_linker.cc
runtime/oat_file.cc
runtime/runtime.cc