diff options
Diffstat (limited to 'runtime/proxy_test.cc')
-rw-r--r-- | runtime/proxy_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/proxy_test.cc b/runtime/proxy_test.cc index 82e57b459b..e3f92c7af0 100644 --- a/runtime/proxy_test.cc +++ b/runtime/proxy_test.cc @@ -35,7 +35,7 @@ class ProxyTest : public CommonCompilerTest { mirror::Class* GenerateProxyClass(ScopedObjectAccess& soa, jobject jclass_loader, const char* className, const std::vector<mirror::Class*>& interfaces) - SHARED_REQUIRES(Locks::mutator_lock_) { + REQUIRES_SHARED(Locks::mutator_lock_) { mirror::Class* javaLangObject = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"); CHECK(javaLangObject != nullptr); |