diff options
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r-- | runtime/class_linker.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index 05b6b1dba5..00f38555f1 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -1714,7 +1714,6 @@ void ClassLinker::InitFromImage() { // Set entry point to interpreter if in InterpretOnly mode. Runtime* runtime = Runtime::Current(); if (!runtime->IsCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { - ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_); heap->VisitObjects(InitFromImageInterpretOnlyCallback, this); } |