summaryrefslogtreecommitdiff
path: root/runtime/jit/jit_code_cache.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-08-14 18:52:52 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-08-14 18:52:52 +0000
commit6b1382dcb24a44e552daaa8dca82eb63d8bf6b11 (patch)
treebf8ec701ee2d1455f9d87e53241a55b46d1d07c5 /runtime/jit/jit_code_cache.h
parenta5d5fa3955ce7fefb11e12753367e0382d6765d5 (diff)
parent7ef52f75dd6e981e1e8c7567f593c197e8a94dcc (diff)
Merge "Revert "ART: Use proxy ArtMethod's data_ to store the interface method.""
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r--runtime/jit/jit_code_cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h
index 9790e3aa43..daa1d616a6 100644
--- a/runtime/jit/jit_code_cache.h
+++ b/runtime/jit/jit_code_cache.h
@@ -323,8 +323,7 @@ class JitCodeCache {
REQUIRES_SHARED(Locks::mutator_lock_);
bool CheckLiveCompiledCodeHasProfilingInfo()
- REQUIRES(lock_)
- REQUIRES_SHARED(Locks::mutator_lock_);
+ REQUIRES(lock_);
void FreeCode(uint8_t* code) REQUIRES(lock_);
uint8_t* AllocateCode(size_t code_size) REQUIRES(lock_);