commit | 0dfb30d11d4e3ecd727542d712e8d6a110b1bb67 | [log] [tgz] |
---|---|---|
author | Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> | Tue Apr 12 13:11:16 2016 +0200 |
committer | Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> | Tue Apr 12 13:59:30 2016 +0200 |
tree | a56e3ce1e55e4b855394e5a8b73d23b667edf015 | |
parent | 780b46126af0b4239ff5a3a88f347548d960bbe4 [diff] [blame] |
Remove recursive ALWAYS_INLINE GCC (mips32 Buildbot) is complaining about recursive inlining. Clean up after https://android-review.googlesource.com/#/c/214918/. Change-Id: I221c53c32403e5e433e30cfee7b2ae36680f39e6
diff --git a/runtime/gc/space/image_space.cc b/runtime/gc/space/image_space.cc index 7a2b8d7..d386c74 100644 --- a/runtime/gc/space/image_space.cc +++ b/runtime/gc/space/image_space.cc
@@ -812,7 +812,7 @@ ForwardObject(obj)); } - ALWAYS_INLINE void operator()(mirror::Object* obj) const NO_THREAD_SAFETY_ANALYSIS { + void operator()(mirror::Object* obj) const NO_THREAD_SAFETY_ANALYSIS { if (visited_->Test(obj)) { // Already visited. return;