diff options
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index edcddcefd1..14a9e4ad1b 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -61,8 +61,8 @@ class ClassLinker { explicit ClassLinker(InternTable* intern_table); ~ClassLinker(); - // Initialize class linker by bootstraping from dex files - void InitFromCompiler(const std::vector<const DexFile*>& boot_class_path) + // Initialize class linker by bootstraping from dex files. + void InitWithoutImage(const std::vector<const DexFile*>& boot_class_path) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); // Initialize class linker from one or more images. |