summaryrefslogtreecommitdiff
path: root/runtime/class_root.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2018-11-16 10:25:42 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2018-11-19 21:20:58 +0000
commit6b9fd8c23a27b11961fcdcf43504c06a654fb83b (patch)
treee33849628ae15b059087395f0268d95c7dfeea73 /runtime/class_root.h
parentb321ac28f726a7ed41f277382d85702ffdfbe00f (diff)
Support shared libraries in ClassLoaderContext::CreateClassLoader.
bug: 111174995 Test: dex2oat_test, class_loader_context_test Change-Id: I482012eca408f9e064d7c3d787662376e1b0de3b
Diffstat (limited to 'runtime/class_root.h')
-rw-r--r--runtime/class_root.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_root.h b/runtime/class_root.h
index 1cd135f2aa..1ff48457d6 100644
--- a/runtime/class_root.h
+++ b/runtime/class_root.h
@@ -101,6 +101,7 @@ class VarHandle;
M(kLongArrayClass, "[J", mirror::PrimitiveArray<int64_t>) \
M(kShortArrayClass, "[S", mirror::PrimitiveArray<int16_t>) \
M(kJavaLangStackTraceElementArrayClass, "[Ljava/lang/StackTraceElement;", mirror::ObjectArray<mirror::StackTraceElement>) \
+ M(kJavaLangClassLoaderArrayClass, "[Ljava/lang/ClassLoader;", mirror::ObjectArray<mirror::ClassLoader>) \
M(kDalvikSystemClassExt, "Ldalvik/system/ClassExt;", mirror::ClassExt)
// Well known mirror::Class roots accessed via ClassLinker::GetClassRoots().