summaryrefslogtreecommitdiff
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index f79351ce93..a1d260740b 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -2614,9 +2614,6 @@ void Runtime::VisitConcurrentRoots(RootVisitor* visitor, VisitRootFlags flags) {
}
jni_id_manager_->VisitRoots(visitor);
heap_->VisitAllocationRecords(visitor);
- if (jit_ != nullptr) {
- jit_->GetCodeCache()->VisitRoots(visitor);
- }
if ((flags & kVisitRootFlagNewRoots) == 0) {
// Guaranteed to have no new roots in the constant roots.
VisitConstantRoots(visitor);