Description
AbstractMapTest has a commented out line, with a comment as follows:
his fails for LRUMap because confirmed.equals() somehow modifies map, causing concurrent modification exceptions.
While working on another test failing on Windows, I believe I've found the why for that comment, and how to fix it. Just need to finish debugging another part, and find a good Internet connection to push the fix.