commit | 3130cdf29eb203be0c38d1107a65d920ec39c106 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Sun May 03 15:20:23 2015 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Sun May 03 15:20:23 2015 -0700 |
tree | 0b4093afe3f71d89b22f6ba927ad05946fb33910 | |
parent | 25dcb2594a21a565ef82faa66a79bcf595c3a780 [diff] [blame] |
Add some more DISALLOW_COPY_AND_ASSIGN May help prevent bugs maybe. Change-Id: Ie73d469dfcd078492ecb3aa28682b42707221202
diff --git a/runtime/jit/jit_instrumentation.cc b/runtime/jit/jit_instrumentation.cc index 160e678..e2f9cec 100644 --- a/runtime/jit/jit_instrumentation.cc +++ b/runtime/jit/jit_instrumentation.cc
@@ -47,6 +47,8 @@ private: mirror::ArtMethod* const method_; JitInstrumentationCache* const cache_; + + DISALLOW_IMPLICIT_CONSTRUCTORS(JitCompileTask); }; JitInstrumentationCache::JitInstrumentationCache(size_t hot_method_threshold)