commit | 3e0acf673ce1fbb3932d288d7b52a6dc551a920f | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Jan 08 09:41:25 2015 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Thu Jan 08 10:45:04 2015 -0800 |
tree | 04713128c17bcdc4495c5d2a28ad6301be3b302c | |
parent | 553727e466942a10e11ee39dcb67e3f9562b471e [diff] [blame] |
Add VerifyObject to StackHandleScope::SetReference Helps catch GC bugs. Also moved some of the HandleScope logic to the inl file. Bug: 13054004 Change-Id: I81b9dd717092b6a467fcd28b4df0089ec075dd44
diff --git a/runtime/mirror/array-inl.h b/runtime/mirror/array-inl.h index 13f881d..4dddd38 100644 --- a/runtime/mirror/array-inl.h +++ b/runtime/mirror/array-inl.h
@@ -19,6 +19,7 @@ #include "array.h" +#include "base/stringprintf.h" #include "class.h" #include "gc/heap-inl.h" #include "thread.h"