OSDN Git Service

Use the right instruction set for checking dex-cache staleness.
authorNarayan Kamath <narayan@google.com>
Fri, 8 Aug 2014 15:19:44 +0000 (16:19 +0100)
committerNarayan Kamath <narayan@google.com>
Fri, 8 Aug 2014 15:19:44 +0000 (16:19 +0100)
commit24e928bddaf8b4af6cdf6d64a7c35bfde059995c
tree1cfe8e0bf72993e2b50ce83bc9c5d73eaf419d38
parentfa9c8ec37c66574654e448513e1bb59af7cb9365
Use the right instruction set for checking dex-cache staleness.

We should use the instruction set we're asked to use, and not
the instruction set of the current runtime.

bug: 16876489
Change-Id: Ic2a30b7e7d23192b0189c1f868b73c5f4c7eb8f9
runtime/native/dalvik_system_DexFile.cc