OSDN Git Service

Fix zygote handling of when secondary image is out of date.
authorJeff Hao <jeffhao@google.com>
Tue, 15 Mar 2016 01:50:49 +0000 (18:50 -0700)
committerJeff Hao <jeffhao@google.com>
Fri, 18 Mar 2016 01:38:08 +0000 (18:38 -0700)
commit02d97c3727a4c7fb611b73fac1a0ff19568de2c9
tree1d55587e097d37e9d91e10896241bb6859a47d71
parentc19c1c2e1def1f4f5ab5fd9e71b1a6f76d42988f
Fix zygote handling of when secondary image is out of date.

Simple fix for case when primary image is current, but a secondary image
is out of date. Will want to do a cleaner fix in the future.

Bug: 27340451

(cherry-picked from commit b8510d2311964489342d8875ef7f5b681ba874b4)

Change-Id: I034f001834d84b2a4aa367da722543091a2a7b3a
runtime/gc/space/image_space.cc