-
Bug
-
Resolution: Done
-
Major
-
None
-
None
ConcurrentSmallIntSet.clear() processes the array values with a loop that stops when value <= 0. This breaks when the highest bit is set, leaving the set empty but with size() > 0 and isEmpty() == false.
- clones
-
ISPN-9500 ConcurrentSmallIntSet.clear() does not always set the size to 0
- Closed
- is incorporated by
-
JBEAP-15851 [ENG] (7.2.z) Upgrade Infinispan from 9.3.3.Final to 9.3.6.Final
- Closed