diff options
author | 2015-09-25 16:54:59 -0700 | |
---|---|---|
committer | 2015-09-28 18:01:30 -0700 | |
commit | c3fcd41f15dffbb5f28c9900f421471a3d2dd420 (patch) | |
tree | df1bb755238684ab5a01a79959c063a88801e218 /runtime/class_linker.h | |
parent | ac87001cbbd44b436cc7866f7a41037ca83b17f1 (diff) |
Address some code comments
Change-Id: I0a38a387c4328d45bbc04d095bf3388c27495c12
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; }; |