OSDN Git Service

Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_).
authorStephen Hines <srhines@google.com>
Wed, 26 Nov 2014 09:24:13 +0000 (01:24 -0800)
committerStephen Hines <srhines@google.com>
Wed, 26 Nov 2014 09:24:13 +0000 (01:24 -0800)
commit95c51b3c3765124adf367047caa56f16bfb6eb6f
treefd22336d36ea556e4cf0a504b35d3da57a983e25
parentaf6dad6cbb6685f92d7274f9e8c45baa98232c79
Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_).

This was caught by Clang 3.6 using -Wthread-safety-analysis.

Change-Id: If2f25331f111ba6c67570e5aece1fba38f714d05
runtime/jni_internal.cc