]
Jonathan Halliday updated JBTM-760:
-----------------------------------
Assignee: Jonathan Halliday
Fix Version/s: 4.12.0
Affects Version/s: 4.11.0
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.11.0, 4.6.1.CP05
Reporter: Carlo de Wolf
Assignee: Jonathan Halliday
Priority: Critical
Fix For: 4.12.0, 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: