OSDN Git Service

Fix moving GC bug in DoFilledNewArray
authorMathieu Chartier <mathieuc@google.com>
Thu, 18 Jun 2015 23:48:52 +0000 (16:48 -0700)
committerMathieu Chartier <mathieuc@google.com>
Thu, 18 Jun 2015 23:49:05 +0000 (16:49 -0700)
commit52ea33b10370d60d4ce877aec529626537b7813b
tree29f82ff0237589ead820356fd01eb43d9473fb4d
parent5592c688070fa327f56036c4c67c790289db63d9
Fix moving GC bug in DoFilledNewArray

Previously we read from componentClass after allocating the array.

Bug: 21783443

Change-Id: I5283982edab479434e27416509e1436b4176fe01
runtime/interpreter/interpreter_common.cc