@Override
 protected void lock(VisibleOwnerRefCountingReentrantLock lock, Object lockOwner) {
   lock.lock();
 }