summaryrefslogtreecommitdiff
path: root/runtime/jit/jit_code_cache.h
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-05-03 15:20:23 -0700
committer Mathieu Chartier <mathieuc@google.com> 2015-05-03 15:20:23 -0700
commit3130cdf29eb203be0c38d1107a65d920ec39c106 (patch)
tree0b4093afe3f71d89b22f6ba927ad05946fb33910 /runtime/jit/jit_code_cache.h
parent25dcb2594a21a565ef82faa66a79bcf595c3a780 (diff)
Add some more DISALLOW_COPY_AND_ASSIGN
May help prevent bugs maybe. Change-Id: Ie73d469dfcd078492ecb3aa28682b42707221202
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r--runtime/jit/jit_code_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h
index da891fed77..8b76647161 100644
--- a/runtime/jit/jit_code_cache.h
+++ b/runtime/jit/jit_code_cache.h
@@ -130,7 +130,7 @@ class JitCodeCache {
// required since we have to implement ClassLinker::GetQuickOatCodeFor for walking stacks.
SafeMap<mirror::ArtMethod*, const void*> method_code_map_ GUARDED_BY(lock_);
- DISALLOW_COPY_AND_ASSIGN(JitCodeCache);
+ DISALLOW_IMPLICIT_CONSTRUCTORS(JitCodeCache);
};