[
https://issues.apache.org/jira/browse/QPIDJMS-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16506279#comment-16506279
]
ASF subversion and git services commented on QPIDJMS-390:
---------------------------------------------------------
Commit 615fb084877c430c2d040427d78423ac8bab245b in qpid-jms's branch
refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=615fb08 ]
QPIDJMS-390 Use an atomic int field updater in ProviderFuture
Avoid allocation of AtomicBoolean instances for each ProviderFuture
instance and instead use an Atomic field updater to reduce GC overhead
> Use Atomic Field Updater for case where we create many AtomicBoolean instances
> ------------------------------------------------------------------------------
>
> Key: QPIDJMS-390
> URL: https://issues.apache.org/jira/browse/QPIDJMS-390
> Project: Qpid JMS
> Issue Type: Improvement
> Affects Versions: 0.32.0
> Reporter: Timothy Bish
> Assignee: Timothy Bish
> Priority: Major
> Fix For: 0.33.0
>
>
> Use an Atomic field updater for the future we use for most provider
> operations as opposed to creating an AtomicBoolean for each instance of the
> the future class.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]