public int hashCode() {
   synchronized (mutex) {
     return m.hashCode();
   }
 }