summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 1cda29b..d338ad7 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -440,6 +440,7 @@ bool Runtime::Start() {
if (IsZygote()) {
ScopedObjectAccess soa(self);
Runtime::Current()->GetInternTable()->AddImageStringsToTable(heap_->GetImageSpace());
+ Runtime::Current()->GetClassLinker()->MoveImageClassesToClassTable();
}
if (!IsImageDex2OatEnabled() || !Runtime::Current()->GetHeap()->HasImageSpace()) {