diff options
author | Andreas Gampe <agampe@google.com> | 2015-01-22 19:48:51 -0800 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2015-01-23 15:16:33 -0800 |
commit | 8f1fa100ee037131976c616ec72a6608dccb51e2 (patch) | |
tree | 4df001bf5f7bc441b81c750b5b858f5c912cd6eb /test/132-daemon-locks-shutdown/info.txt | |
parent | 604e2828896fbb8663897d1e75112da7305ead4c (diff) | |
download | art-8f1fa100ee037131976c616ec72a6608dccb51e2.zip art-8f1fa100ee037131976c616ec72a6608dccb51e2.tar.gz art-8f1fa100ee037131976c616ec72a6608dccb51e2.tar.bz2 |
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
Diffstat (limited to 'test/132-daemon-locks-shutdown/info.txt')
-rw-r--r-- | test/132-daemon-locks-shutdown/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/132-daemon-locks-shutdown/info.txt b/test/132-daemon-locks-shutdown/info.txt new file mode 100644 index 0000000..f804064 --- /dev/null +++ b/test/132-daemon-locks-shutdown/info.txt @@ -0,0 +1 @@ +Tests that we can shut down the runtime with daemons still looping over locks. |