OSDN Git Service

Make ART fail gracefully when it can't update the desired code.
authorCalin Juravle <calin@google.com>
Wed, 16 Jul 2014 13:45:03 +0000 (14:45 +0100)
committerCalin Juravle <calin@google.com>
Wed, 16 Jul 2014 14:50:54 +0000 (15:50 +0100)
commitc54aea7f4acd1a32bb298d43c20e3e0217638926
treef3da12b55dea316e4aae6f01c34411ec3824d510
parent635561b86ac03f5562bdb779baa6db12f31b3cae
Make ART fail gracefully when it can't update the desired code.

ART was exiting with a fatal error when it couldn't clean an obsolete
file. Relaxing this and failing gracefully preserves the behaviour that
Dalvik had.

Bug: 15313272
Change-Id: I8d0d6d374c90d2a434909dd4ae56f0799f30134d
runtime/class_linker.cc
runtime/class_linker.h