OSDN Git Service

Fix image loading in interpeter-only mode
authorSebastien Hertz <shertz@google.com>
Thu, 6 Aug 2015 10:52:43 +0000 (12:52 +0200)
committerSebastien Hertz <shertz@google.com>
Thu, 6 Aug 2015 14:28:29 +0000 (16:28 +0200)
commit46e857a8b905a59254ca749f664d1e808918f558
tree97f30b0b0b276b31e8dd905af10171891bc1c043
parent1f3f766d3b365d01f36b85dc19d40f754fa48533
Fix image loading in interpeter-only mode

Follow-up https://android-review.googlesource.com/162935. We now need
an ArtMethodVisitor to update entrypoints of methods in the image.

Bug: 22832610
Change-Id: I30ca9c369a73c3372694b446e73afa2e37890a65
runtime/class_linker.cc