From 8c19d2431f45861ca11cf5ebc4fdaf10200f2458 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Mon, 6 Mar 2017 12:35:10 -0800 Subject: Refactor image writer Aim to have common functions for copying references and pointers. Required for adding support for faster image fixups. Test: test-art-host -j32 Bug: 34927277 Bug: 34928633 Change-Id: Ia654efc483b332eea3535570496bfeccd7c635ee --- runtime/class_table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/class_table.h') diff --git a/runtime/class_table.h b/runtime/class_table.h index 79f5aea399..430edbba4e 100644 --- a/runtime/class_table.h +++ b/runtime/class_table.h @@ -256,6 +256,7 @@ class ClassTable { } private: + // Only copies classes. void CopyWithoutLocks(const ClassTable& source_table) NO_THREAD_SAFETY_ANALYSIS; void InsertWithoutLocks(ObjPtr klass) NO_THREAD_SAFETY_ANALYSIS; -- cgit v1.2.3-59-g8ed1b