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/gc/collector/sticky_mark_sweep.h b/runtime/gc/collector/sticky_mark_sweep.h index 4f9dabf..b9ef137 100644 --- a/runtime/gc/collector/sticky_mark_sweep.h +++ b/runtime/gc/collector/sticky_mark_sweep.h
@@ -47,7 +47,7 @@ EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_); private: - DISALLOW_COPY_AND_ASSIGN(StickyMarkSweep); + DISALLOW_IMPLICIT_CONSTRUCTORS(StickyMarkSweep); }; } // namespace collector