OSDN Git Service

Fix another miranda method moving GC bug
authorMathieu Chartier <mathieuc@google.com>
Sat, 20 Jun 2015 03:24:45 +0000 (20:24 -0700)
committerMathieu Chartier <mathieuc@google.com>
Mon, 22 Jun 2015 20:03:21 +0000 (13:03 -0700)
commit6e80460bdf0aa9bd273d4a4d665d679c651b5f4f
treec1b77c7e7697173d376e69fee8a6dd41964c338f
parent1bd841a26a0810decbd3cd9dcc3c0dca5773dc2b
Fix another miranda method moving GC bug

Need to copy miranda methods over before we allocate the new vtable
or else we may have stale miranda gc roots.

Bug: 21664466
Change-Id: Ib3e415bb9e7df7abfa18c98fe01f790fa39622dc
runtime/class_linker.cc
runtime/stride_iterator.h