[GitHub] activemq-artemis pull request #1989: ARTEMIS-1772 Reduce memory footprint an...

2018-04-03 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/activemq-artemis/pull/1989


---


[GitHub] activemq-artemis pull request #1989: ARTEMIS-1772 Reduce memory footprint an...

2018-04-03 Thread franz1981
GitHub user franz1981 opened a pull request:

https://github.com/apache/activemq-artemis/pull/1989

ARTEMIS-1772 Reduce memory footprint and allocations of QueueImpl

It includes:
- Message References: no longer uses boxed primitives and AtomicInteger
- Node: intrusive nodes no longer need a reference field holding itself
- RefCountMessage: no longer uses AtomicInteger, but 
AtomicIntegerFieldUpdater

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/franz1981/activemq-artemis msg_ref_footprint

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/1989.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1989


commit 611cd0d16c2c402dd85416bb01c72bfc3b99e1d8
Author: Francesco Nigro 
Date:   2018-03-20T09:16:24Z

ARTEMIS-1772 Reduce memory footprint and allocations of QueueImpl

It includes:
- Message References: no longer uses boxed primitives and AtomicInteger
- Node: intrusive nodes no longer need a reference field holding itself
- RefCountMessage: no longer uses AtomicInteger, but 
AtomicIntegerFieldUpdater




---