diff options
author | 2015-05-03 15:20:23 -0700 | |
---|---|---|
committer | 2015-05-03 15:20:23 -0700 | |
commit | 3130cdf29eb203be0c38d1107a65d920ec39c106 (patch) | |
tree | 0b4093afe3f71d89b22f6ba927ad05946fb33910 /compiler/jit/jit_compiler.h | |
parent | 25dcb2594a21a565ef82faa66a79bcf595c3a780 (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.h | 3 |
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_ |