[
https://issues.jboss.org/browse/JBTM-2209?page=com.atlassian.jira.plugin....
]
Jesper Pedersen commented on JBTM-2209:
---------------------------------------
ArrayListDeque is an unsynchronized Deque implementation, whereas Stack is synchronized.
So, unless multiple thread access occurs without any other synchronization ArrayListDeque
should be used
Use Deque for ThreadActionData
------------------------------
Key: JBTM-2209
URL:
https://issues.jboss.org/browse/JBTM-2209
Project: JBoss Transaction Manager
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: Transaction Core
Reporter: Jesper Pedersen
Assignee: Michael Musgrove
Note, there are other usages of java.util.Stack in the code base that could be changed as
well
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)