OSDN Git Service

Interpreter-only mode should cause dex-to-dex compilation.
authorIan Rogers <irogers@google.com>
Thu, 17 Apr 2014 23:40:01 +0000 (16:40 -0700)
committerIan Rogers <irogers@google.com>
Thu, 17 Apr 2014 23:45:06 +0000 (16:45 -0700)
commit9bc54406ba3377980cfce44901dc2be246178ba9
tree12b9a514ef37c5cd01a99f3c6ffa83e3b03be7c0
parent94e8a97310af35cb0bae309e796b554cdb586ca5
Interpreter-only mode should cause dex-to-dex compilation.

Also, fix quick iget/iput that had similar issues to:
https://android-review.googlesource.com/91423
Also, remove fall-back resolution code from quick invokes/igets/iputs as we
allow class loading for the exception throw and regular verification already
allows class loading.
Bug: 14133618

Change-Id: I51199e6e2392da0354f64b157e79af494c183778
runtime/runtime.cc
runtime/runtime.h
runtime/verifier/method_verifier.cc