OSDN Git Service

ART: Fix allocation entrypoint instrumentation
authorAndreas Gampe <agampe@google.com>
Tue, 18 Oct 2016 00:44:41 +0000 (17:44 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 18 Oct 2016 00:44:41 +0000 (17:44 -0700)
commit157c77eb9a5d6a7fe6ebcc29afa7f1913a877c87
treed7a95c703b50a21bb9f1e56b91e5b5f124e76548
parentc02685c18904d41424942c956258a527f7b20bb0
ART: Fix allocation entrypoint instrumentation

Fix the unstarted-runtime case. Special-case the reset call to
the current thread, only.

Bug: 31684277
Test: m test-art-host
Change-Id: Ie8f8f24b2a6041344266a4e6b6bf8ddd9a0352a5
runtime/instrumentation.cc