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:34:24 +0000 (15:34 -0800)
commit0dfef949bb824accde27f8cfe1b233ec9e087355
tree5e4a3a029b7bb0fa8d7691fb6ac47134985e1ce9
parent1b72c6008bf2f6a7151c9b41a868c2f04572f7f3
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

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