-
Bug
-
Resolution: Done
-
Major
-
9.4.20.Final
-
None
The EntryMergePolicyFactoryRegistry createInstance(...) method uses a synchronized collection but did not synchronize the iteration which is imperative from the Java specification, see https://docs.oracle.com/javase/8/docs/api/java/util/Collections.html#synchronizedList-java.util.List-