diff options
Diffstat (limited to 'runtime/cha.h')
| -rw-r--r-- | runtime/cha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/cha.h b/runtime/cha.h index 14af43e044..5a403ec5cb 100644 --- a/runtime/cha.h +++ b/runtime/cha.h @@ -126,7 +126,7 @@ class ClassHierarchyAnalysis { // Remove all of the dependencies for a linear allocator. This is called when dex cache unloading // occurs. - void RemoveDependenciesForLinearAlloc(const LinearAlloc* linear_alloc) + void RemoveDependenciesForLinearAlloc(Thread* self, const LinearAlloc* linear_alloc) REQUIRES(!Locks::cha_lock_); private: |