[jboss-jira] [JBoss JIRA] Created: (JBAS-8990) Eliminate usage of Executors.defaultThreadFactory()

David Lloyd (JIRA) jira-events at lists.jboss.org
Wed Mar 16 14:26:45 EDT 2011


Eliminate usage of Executors.defaultThreadFactory()
---------------------------------------------------

                 Key: JBAS-8990
                 URL: https://issues.jboss.org/browse/JBAS-8990
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
            Reporter: David Lloyd


The Executors default thread factory creates threads whose names do not indicate their purpose.  This can be very confusing in thread dumps when many such pools exist.

This thread factory is used by default by many java.util.concurrent methods and classes.

Sub-tasks to identify usage sites.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list