summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2014-08-19 14:23:13 -0700
committerAlex Light <allight@google.com>2014-08-25 10:36:26 -0700
commit64ad14dbe2225441fb7734bf6d89358d96692eea (patch)
tree8992ebe906a4a0040502132aa9c77628a0a5ced6 /runtime/class_linker.h
parent688d4a42ff5ab3bcb28d516afcb80b79c392e8e4 (diff)
downloadart-64ad14dbe2225441fb7734bf6d89358d96692eea.tar.gz
art-64ad14dbe2225441fb7734bf6d89358d96692eea.tar.bz2
art-64ad14dbe2225441fb7734bf6d89358d96692eea.zip
Support running without a boot image.
Bug: 17000769 Change-Id: I6404d5050c8a2f4ee6e70d58532eb25ee9de248e
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index 5694149373..71ce468f5f 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -60,8 +60,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.