]
Carlo de Wolf updated JBTM-760:
-------------------------------
Attachment: JBTM-760.patch
ThreadAction.currentAction uses Exception for branch logic
----------------------------------------------------------
Key: JBTM-760
URL:
https://jira.jboss.org/browse/JBTM-760
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Transaction Core
Affects Versions: 4.6.1.CP05
Reporter: Carlo de Wolf
Priority: Critical
Fix For: 4.6.1.CP06
Attachments: JBTM-760.patch
Using exceptions for logic is a performance bottleneck.
if (txs != null)
{
try
{
return (BasicAction) txs.peek();
}
catch (EmptyStackException e)
{
}
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: