summaryrefslogtreecommitdiff
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-09-29 17:04:17 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-09-29 17:04:17 +0000
commit9baa4df684bdf0150bd8632f991708627772ea85 (patch)
treee37a48f0f06a60271c02c4175cfbe8d1b409e71d /runtime/class_linker.h
parentf6860a5f12a8fe974b8f25e67a19a71bf0378d62 (diff)
parentc3fcd41f15dffbb5f28c9900f421471a3d2dd420 (diff)
Merge "Address some code comments"
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index f705330b14..739403f6c9 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -560,7 +560,7 @@ class ClassLinker {
private:
struct ClassLoaderData {
- jobject weak_root; // Weak root to enable class unloading.
+ jweak weak_root; // Weak root to enable class unloading.
ClassTable* class_table;
LinearAlloc* allocator;
};