summaryrefslogtreecommitdiff
path: root/runtime/jit/jit_code_cache.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-08-15 19:12:50 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-08-15 19:12:50 +0000
commit4995de1c2ef8bdeb8f2844eaa47bfdb6f440e9e9 (patch)
tree1f762d01af2d38456d42d5392f0390e6610732cb /runtime/jit/jit_code_cache.h
parentbfb7f939e4dfc3bed04022cbc77f5c650a67e5d0 (diff)
parent76ccd09c3d98317dfbd179c6f5c231dcfc5d6996 (diff)
Merge "Revert^3 "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_);