Unnecessary synchronization in PerThreadOperationTracker
--------------------------------------------------------
Key: TAP5-946
URL: https://issues.apache.org/jira/browse/TAP5-946
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.1.0.5
Reporter: Olle Hallin
Priority: Minor
Similar to TAP5-945, there is unneeded synchronization in
PerThreadOperationTracker around accesses to ThreadLocal.get() and
ThreadLocal.remove()
It is not needed when running on Java 1.6
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.