OSDN Git Service

ART: Avoid recursive abort in barrier
authorAndreas Gampe <agampe@google.com>
Mon, 22 Jun 2015 17:04:39 +0000 (10:04 -0700)
committerAndreas Gampe <agampe@google.com>
Mon, 22 Jun 2015 17:04:39 +0000 (10:04 -0700)
commit1bb907e47dc351ec530279a34e7af29f4c9574c8
treecba871f6ec359c16b818965e8edbb3961d6aabe2
parent59cb52189d350fa9fb38b767fa9b25d971375833
ART: Avoid recursive abort in barrier

Try to avoid recursive abort in barrier. May lead to a segfault
instead of a nested abort in bad cases.

Change-Id: I0e7976b77c243956dbcf81142bd5df81d5927ce0
runtime/barrier.cc