diff options
author | 2015-01-08 09:41:25 -0800 | |
---|---|---|
committer | 2015-01-08 10:45:04 -0800 | |
commit | 3e0acf673ce1fbb3932d288d7b52a6dc551a920f (patch) | |
tree | 04713128c17bcdc4495c5d2a28ad6301be3b302c /runtime/mirror/array-inl.h | |
parent | 553727e466942a10e11ee39dcb67e3f9562b471e (diff) |
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
Diffstat (limited to 'runtime/mirror/array-inl.h')
-rw-r--r-- | runtime/mirror/array-inl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/mirror/array-inl.h b/runtime/mirror/array-inl.h index 13f881d966..4dddd38b80 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" |