You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Peter Firmstone (JIRA)" <ji...@apache.org> on 2010/11/13 00:56:17 UTC

[jira] Updated: (RIVER-343) Private class extends java.lang.Thread, causing synchronization bottleneck.

     [ https://issues.apache.org/jira/browse/RIVER-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Firmstone updated RIVER-343:
----------------------------------

    Fix Version/s:     (was: River_2.1.3)
                   AR4

Issue resolution delayed until following release

> Private class extends java.lang.Thread, causing synchronization bottleneck.
> ---------------------------------------------------------------------------
>
>                 Key: RIVER-343
>                 URL: https://issues.apache.org/jira/browse/RIVER-343
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_thread
>            Reporter: Peter Firmstone
>            Assignee: Peter Firmstone
>             Fix For: AR4
>
>
> com.sun.jini.tool.TaskManager has a private class called TaskThread that extends java.lang.Thread this causes a synchronization bottle neck as Thread has to audit the subclass using reflection, while holding a lock on a SoftCache, where it stores the result.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.