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
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:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira