OSDN Git Service

ART: Extend DumpRecursiveAbort
authorAndreas Gampe <agampe@google.com>
Sat, 19 Nov 2016 01:21:12 +0000 (17:21 -0800)
committerAndreas Gampe <agampe@google.com>
Sat, 19 Nov 2016 01:42:58 +0000 (17:42 -0800)
commit9fd470f87342dfe974c8ec8c74239a547e768650
tree9bacb890f1e8c56bee6db335c046ce9e63b6ad08
parentab07cbe238fc41cc074bd2af87a0b3fcdddedf27
ART: Extend DumpRecursiveAbort

Accept recursive dump request for deeper recursions. Otherwise,
two or more threads aborting concurrently would ensure that there
are no dumps.

Test: m test-art-host
Change-Id: Ib82d64cceba0de89e352d9b15bcd5708db82498c
runtime/runtime.cc