OSDN Git Service

ART: Dump referenced type in IRT overflows
authorAndreas Gampe <agampe@google.com>
Wed, 28 Sep 2016 01:45:02 +0000 (18:45 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 28 Sep 2016 01:45:02 +0000 (18:45 -0700)
commit280f32b095f55f24dc557f9a9067d223901214ce
tree11a553b22c43d7903cb4f349abbddb80b411f30f
parentd3997bd98a808c6b166b9c53eef523fc805ea2c2
ART: Dump referenced type in IRT overflows

When the runtime dumps a reference table, e.g., when aborting for
an overflow, dump the type of stored referents for reference types
to aid in debugging leaks.

Bug: 31600693
Change-Id: Ia892dc84ca8827dd93a8b75d6f571c392f94859c
runtime/reference_table.cc