[jboss-jira] [JBoss JIRA] (JGRP-1418) Avoid outoboxing on org.jgroups.stack.AckSenderWindow.get(long)
Bela Ban (JIRA)
jira-events at lists.jboss.org
Wed Jan 25 13:11:48 EST 2012
[ https://issues.jboss.org/browse/JGRP-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661972#comment-12661972 ]
Bela Ban commented on JGRP-1418:
--------------------------------
Replaced AckSenderWindow (sender) and NakReceiverWindow (receiver) in UNICAST2 with Table<Message>, this obsoleted this issue. Will also replace AckSenderWindow in UNICAST with Table<Message>, then we can remove AckSenderWindow altogether !
> Avoid outoboxing on org.jgroups.stack.AckSenderWindow.get(long)
> ---------------------------------------------------------------
>
> Key: JGRP-1418
> URL: https://issues.jboss.org/browse/JGRP-1418
> Project: JGroups
> Issue Type: Enhancement
> Reporter: Sanne Grinovero
> Assignee: Bela Ban
> Fix For: 3.1
>
>
> In certain scenarios the org.jgroups.stack.AckSenderWindow.get(long) method is invoked frequently, and each long is converted in a Long, becoming an allocation hotspot.
> I'm wondering if the ConcurrentNavigableMap used in AckSenderWindow could be converted in a more primitive-friendly collection.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list