OSDN Git Service

Revert "Use try lock to fix class resolution race"
[android-x86/art.git] / runtime / object_lock.cc
index 749fb5d..f7accc0 100644 (file)
@@ -47,7 +47,6 @@ void ObjectLock<T>::NotifyAll() {
   obj_->NotifyAll(self_);
 }
 
-template class ObjectLock<mirror::ArtMethod>;
 template class ObjectLock<mirror::Class>;
 template class ObjectLock<mirror::Object>;