commit | 14c3bf91b2ec434295ec84d6446f495fb7de6d5c | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Mon Jul 13 14:35:43 2015 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Fri Jul 17 15:34:40 2015 -0700 |
tree | 6eaa51c263b84b7a11f40f21be993987cdca80f3 | |
parent | 6d3d1e3d866a880b4df95ba96ed126c1723e3dd6 [diff] [blame] |
Change intern table to not use WaitHoldingLocks Bug: 22423014 Change-Id: I9e16b8cb4def72fff73f1783a182877105feb7aa
diff --git a/runtime/thread.h b/runtime/thread.h index 7826e62..cf87f22 100644 --- a/runtime/thread.h +++ b/runtime/thread.h
@@ -288,6 +288,8 @@ return tls32_.daemon; } + size_t NumberOfHeldMutexes() const; + bool HoldsLock(mirror::Object*) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); /*