summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_compiler.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 /compiler/jit/jit_compiler.h
parent25dcb2594a21a565ef82faa66a79bcf595c3a780 (diff)
Add some more DISALLOW_COPY_AND_ASSIGN
May help prevent bugs maybe. Change-Id: Ie73d469dfcd078492ecb3aa28682b42707221202
Diffstat (limited to 'compiler/jit/jit_compiler.h')
-rw-r--r--compiler/jit/jit_compiler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/jit/jit_compiler.h b/compiler/jit/jit_compiler.h
index 08764991ea..d9a5ac63b0 100644
--- a/compiler/jit/jit_compiler.h
+++ b/compiler/jit/jit_compiler.h
@@ -67,10 +67,11 @@ class JitCompiler {
const uint8_t* mapping_table, const uint8_t* vmap_table, const uint8_t* gc_map);
bool MakeExecutable(CompiledMethod* compiled_method, mirror::ArtMethod* method)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
+
+ DISALLOW_COPY_AND_ASSIGN(JitCompiler);
};
} // namespace jit
-
} // namespace art
#endif // ART_COMPILER_JIT_JIT_COMPILER_H_