Looking at https://github.com/CrispOSS/abs-api-parent/blob/master/abs-api/src/main/java/abs/api/LocalNotary.java#L21, I was wondering if IdentityHashMap needs to be threadsafe if it is used in conjunction with a ConcurrentMap.
Looking at https://github.com/CrispOSS/abs-api-parent/blob/master/abs-api/src/main/java/abs/api/LocalNotary.java#L21, I was wondering if IdentityHashMap needs to be threadsafe if it is used in conjunction with a ConcurrentMap.