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 2015/12/04 12:02:11 UTC

[jira] [Resolved] (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 resolved RIVER-343.
-----------------------------------
    Resolution: Fixed

TaskManager has been deprecated and replaced by various ExcecutorService implementations.

> 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: River_3.0.0
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)