diff options
Diffstat (limited to 'runtime/reflection_test.cc')
| -rw-r--r-- | runtime/reflection_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/reflection_test.cc b/runtime/reflection_test.cc index 9707fb8e42..bd89be5d17 100644 --- a/runtime/reflection_test.cc +++ b/runtime/reflection_test.cc @@ -85,7 +85,7 @@ class ReflectionTest : public CommonCompilerTest { mirror::Object** receiver, bool is_static, const char* method_name, const char* method_signature) - SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { + SHARED_REQUIRES(Locks::mutator_lock_) { const char* class_name = is_static ? "StaticLeafMethods" : "NonStaticLeafMethods"; jobject jclass_loader(LoadDex(class_name)); Thread* self = Thread::Current(); |