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 17:34:20 +0000 (09:34 -0800)
commitc0440f69ebf051ff2ffdc00de51005a040014462
tree2af75e5a700548cc3d52037fa92bbc1d157d6b4f
parentb34d505b090cfefd01665aa735364962a364303e
ART: On shutdown, only warn on mutex contention

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

Bug: 17894429
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]