OSDN Git Service

ART: On shutdown, only warn on mutex contention
authorAndreas Gampe <agampe@google.com>
Fri, 23 Jan 2015 03:48:51 +0000 (19:48 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 23 Jan 2015 23:16:33 +0000 (15:16 -0800)
commit8f1fa100ee037131976c616ec72a6608dccb51e2
tree4df001bf5f7bc441b81c750b5b858f5c912cd6eb
parent604e2828896fbb8663897d1e75112da7305ead4c
ART: On shutdown, only warn on mutex contention

Do not abort, as daemon threads may still be active.

Bug: 17894429

(cherry picked from commit c0440f69ebf051ff2ffdc00de51005a040014462)

Change-Id: I7c1d50ff8d4a5e150279e703a69c8f2f1d423e6b
runtime/base/mutex.cc
test/132-daemon-locks-shutdown/expected.txt [new file with mode: 0644]
test/132-daemon-locks-shutdown/info.txt [new file with mode: 0644]
test/132-daemon-locks-shutdown/src/Main.java [new file with mode: 0644]