/** Stops all the instance managers. This method is called when holding the lock. */
 public void stopping() {
   if (m_tracker != null) {
     m_tracker.close();
     m_tracker = null;
   }
 }