]
Adrian Nistor updated ISPN-6226:
--------------------------------
Summary: Deprecate InfinispanCollections.emptySet/Map/List (was:
InfinispanCollections.EMPTY_SET/MAP/LIST are no longer needed)
Deprecate InfinispanCollections.emptySet/Map/List
-------------------------------------------------
Key: ISPN-6226
URL:
https://issues.jboss.org/browse/ISPN-6226
Project: Infinispan
Issue Type: Task
Components: Core
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 8.2.0.CR1, 8.2.0.Final
These were introduced in the time of jdk 1.6 which had poor implementations for
Collections.empty*() which allocated new iterator instances on each iterator() call. These
can go away now.