Darrel Schneider created GEODE-6689:
---------------------------------------
Summary: adviseSameAsyncEventQueueIds and
adviseSameGatewaySenderIds allocate an ArrayList on every call
Key: GEODE-6689
URL: https://issues.apache.org/jira/browse/GEODE-6689
Project: Geode
Issue Type: Improvement
Components: core
Reporter: Darrel Schneider
adviseSameAsyncEventQueueIds and adviseSameGatewaySenderIds allocate an
ArrayList on every call. The implementation could be changed to detect that the
result will be an empty list and in that case an ArrayList is not needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)