diff options
Diffstat (limited to 'runtime/object_lock.cc')
| -rw-r--r-- | runtime/object_lock.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/object_lock.cc b/runtime/object_lock.cc index f7accc0f31..749fb5d0bd 100644 --- a/runtime/object_lock.cc +++ b/runtime/object_lock.cc @@ -47,6 +47,7 @@ void ObjectLock<T>::NotifyAll() { obj_->NotifyAll(self_); } +template class ObjectLock<mirror::ArtMethod>; template class ObjectLock<mirror::Class>; template class ObjectLock<mirror::Object>; |
