[
https://issues.apache.org/jira/browse/GEODE-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823292#comment-16823292
]
Darrel Schneider commented on GEODE-6689:
-----------------------------------------
I have a fix for this in:
c0eca4508331fd362694c1dfce9b6827e6775edf and:
a7bcc27c81d1a21ef44140c99b4ff1456c12e42c
> 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
> Assignee: Darrel Schneider
> Priority: Major
>
> 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)