summaryrefslogtreecommitdiff
path: root/runtime/reflective_value_visitor.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2019-10-07 07:15:53 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2019-10-07 07:16:18 +0000
commitc34eab45161c51bf63e548e44645cbcc59d01268 (patch)
tree1b2a0eb85865d2cf6b1627cb5d64869e72412505 /runtime/reflective_value_visitor.cc
parent623d4f1ba4f4218c5472e3d9e1e9bf707795878d (diff)
Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers""
This reverts commit ea2a3d949354c8b054983ba629c81bc5ff7163da. Bug: 134162467 Reason for revert: Fails redefine stress Change-Id: If487c0bcacaf3a3f565ff475b6dad8321e3428b9
Diffstat (limited to 'runtime/reflective_value_visitor.cc')
-rw-r--r--runtime/reflective_value_visitor.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/runtime/reflective_value_visitor.cc b/runtime/reflective_value_visitor.cc
index 5a288d38be..69fd51ff6e 100644
--- a/runtime/reflective_value_visitor.cc
+++ b/runtime/reflective_value_visitor.cc
@@ -42,13 +42,4 @@ void JniIdReflectiveSourceInfo<jmethodID>::Describe(std::ostream& os) const {
os << " jmethodID=" << reinterpret_cast<uintptr_t>(id_);
}
-void ReflectiveHandleScopeSourceInfo::Describe(std::ostream& os) const {
- ReflectionSourceInfo::Describe(os);
- os << " source= (" << source_ << ") ";
- if (source_ == nullptr) {
- os << "nullptr";
- } else {
- os << *source_;
- }
-}
} // namespace art