Francesco Nigro created ARTEMIS-2949:
----------------------------------------
Summary: Reduce GC on OperationContext::checkTasks
Key: ARTEMIS-2949
URL: https://issues.apache.org/jira/browse/ARTEMIS-2949
Project: ActiveMQ Artemis
Issue Type: Improvement
Reporter: Francesco Nigro
Assignee: Francesco Nigro
OperationContext::checkTasks is allocating Iterators that seems not scalar
replaced and that could be saved by using the Queue API of LinkedList.
Similarly, store only tasks can use a reduced (in term of footprint) task
holder to reduce the allocation pressure.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)