OSDN Git Service

Fix updating string dex cache array for no class table case
authorMathieu Chartier <mathieuc@google.com>
Tue, 2 Feb 2016 18:09:58 +0000 (10:09 -0800)
committerMathieu Chartier <mathieuc@google.com>
Wed, 3 Feb 2016 00:17:29 +0000 (16:17 -0800)
commit9b1c9b761dea9bc48a2994e3d4de46fc10343a25
tree4aa2427c614096c6335475e6b7476c5de87027fe
parentb328291eff12b5a44b026962c17befcf3170c37b
Fix updating string dex cache array for no class table case

The issue was that array classes do not have a dex cache. Also removed
some unnecessary mutables.

Bug: 22858531
Change-Id: I2bc45f019e064b6e562c8f158cc2ac8c0e513afd
compiler/image_writer.cc
runtime/class_linker.cc
runtime/jit/jit.cc