OSDN Git Service

ART: Do not free allocation listener in heap destructor
authorAndreas Gampe <agampe@google.com>
Tue, 18 Oct 2016 00:46:15 +0000 (17:46 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 18 Oct 2016 00:46:15 +0000 (17:46 -0700)
commit11a66e40891234c4e54fb4c4e37f45f1651af770
tree31edd3b36951fa3ea64cf3173f587e9bec91057d
parent157c77eb9a5d6a7fe6ebcc29afa7f1913a877c87
ART: Do not free allocation listener in heap destructor

Do not deallocate on exit. Libraries are freed only after the heap
has already been destroyed.

Bug: 31684277
Bug: 31684920
Test: m test-art-host
Change-Id: I7061c4500a9ad314e2c00d7d722bb3372dff4810
runtime/gc/heap.cc