diff options
| author | 2015-09-29 17:04:17 +0000 | |
|---|---|---|
| committer | 2015-09-29 17:04:17 +0000 | |
| commit | 9baa4df684bdf0150bd8632f991708627772ea85 (patch) | |
| tree | e37a48f0f06a60271c02c4175cfbe8d1b409e71d /runtime/class_linker.h | |
| parent | f6860a5f12a8fe974b8f25e67a19a71bf0378d62 (diff) | |
| parent | c3fcd41f15dffbb5f28c9900f421471a3d2dd420 (diff) | |
Merge "Address some code comments"
Diffstat (limited to 'runtime/class_linker.h')
| -rw-r--r-- | runtime/class_linker.h | 2 |
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; }; |