diff options
author | 2014-06-03 15:37:03 -0700 | |
---|---|---|
committer | 2014-06-04 09:58:05 -0700 | |
commit | bc56fc3242ea2fad6630abdee1657f444eee8d30 (patch) | |
tree | 9a50948145747c557d1da1e0f25192573d81e0f1 /runtime/class_linker-inl.h | |
parent | 32640daf36acda331719766956b25661647e2461 (diff) |
Fix compiler warnings.
Added GetReference, GetHandle to StackHandleScope to prevent the
compiler from optimizing away these loads/stores from inline
functions.
Change-Id: I4db02dd3194665d844292e74e3a7d7c80e730e06
Diffstat (limited to 'runtime/class_linker-inl.h')
-rw-r--r-- | runtime/class_linker-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker-inl.h b/runtime/class_linker-inl.h index 9d8888c167..f745088dd6 100644 --- a/runtime/class_linker-inl.h +++ b/runtime/class_linker-inl.h @@ -20,7 +20,7 @@ #include "class_linker.h" #include "mirror/art_field.h" #include "mirror/class_loader.h" -#include "mirror/dex_cache.h" +#include "mirror/dex_cache-inl.h" #include "mirror/iftable.h" #include "mirror/object_array.h" #include "object_utils.h" |