summaryrefslogtreecommitdiff
path: root/runtime/gc/space/image_space.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2017-08-17 16:10:09 +0100
committer Vladimir Marko <vmarko@google.com> 2017-08-29 11:29:31 +0100
commit5122e6ba34d46851cd89f2ad55bf6bb067e038d6 (patch)
treee96ba37b6451be7a06d930b0274251cac35ce05e /runtime/gc/space/image_space.cc
parent02cb397857c979dffae95e2db2678a72ec407cf0 (diff)
ART: Remove ArtMethod::dex_cache_resolved_methods_.
Test: m test-art-host-gtest Test: testrunner.py --host Test: testrunner.py --target on Nexus 6P Test: Repeat the above tests with ART_HEAP_POISONING=true Test: Build aosp_mips64-eng Change-Id: I9cd0b8aa5001542b0863cccfca4f9c1cd4d25396
Diffstat (limited to 'runtime/gc/space/image_space.cc')
-rw-r--r--runtime/gc/space/image_space.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/space/image_space.cc b/runtime/gc/space/image_space.cc
index 14e017abd9..1a48b46020 100644
--- a/runtime/gc/space/image_space.cc
+++ b/runtime/gc/space/image_space.cc
@@ -1128,7 +1128,7 @@ class ImageSpaceLoader {
}
} else {
if (fixup_heap_objects_) {
- method->UpdateObjectsForImageRelocation(ForwardObjectAdapter(this), pointer_size_);
+ method->UpdateObjectsForImageRelocation(ForwardObjectAdapter(this));
}
method->UpdateEntrypoints<kWithoutReadBarrier>(ForwardCodeAdapter(this), pointer_size_);
}