OSDN Git Service

ART: Fast-fail empty other handlers in fault handling
authorAndreas Gampe <agampe@google.com>
Tue, 19 Apr 2016 00:15:42 +0000 (17:15 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 19 Apr 2016 00:15:42 +0000 (17:15 -0700)
commitd14b73d9d9027539c1dfeff93f784a58c93f4e32
treefb5393c75ea2342c0444a80c00141888579fd9d9
parentc4d445a40bf00ab497b5e4d43a6b43eaafb5fa50
ART: Fast-fail empty other handlers in fault handling

Don't try to set up the nested handler environment if there are
no other handlers installed.

Stop-gap for the current setup without other handlers. There are
a myriad more issues before we can safely re-enable other handlers.

Bug: 28245957
Change-Id: I526aef82aa1ca2b6c4b1959858fe76231bc067d9
runtime/fault_handler.cc