You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Olle Hallin (JIRA)" <ji...@apache.org> on 2009/12/09 10:24:18 UTC

[jira] Created: (TAP5-946) Unnecessary synchronization in PerThreadOperationTracker

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.


[jira] Closed: (TAP5-946) Unnecessary synchronization in PerThreadOperationTracker

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-946.
-------------------------------------

    Resolution: Duplicate
      Assignee: Howard M. Lewis Ship

Fixed as TAP5-945.

> 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
>            Assignee: Howard M. Lewis Ship
>            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.


[jira] Closed: (TAP5-946) Unnecessary synchronization in PerThreadOperationTracker

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-946.
-------------------------------------

    Resolution: Duplicate
      Assignee: Howard M. Lewis Ship

Fixed as TAP5-945.

> 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
>            Assignee: Howard M. Lewis Ship
>            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.