[jboss-osgi-issues] [JBoss JIRA] Created: (JBOSGI-199) Use thread safe collections where information is mutable

Adrian Brock (JIRA) jira-events at lists.jboss.org
Tue Nov 3 08:38:05 EST 2009


Use thread safe collections where information is mutable
--------------------------------------------------------

                 Key: JBOSGI-199
                 URL: https://jira.jboss.org/jira/browse/JBOSGI-199
             Project: JBoss OSGi
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jboss-osgi-microcontainer
            Reporter: Adrian Brock
            Assignee: Adrian Brock
             Fix For:  JBossOSGi 1.0.0 Beta5


There are a number of places using HashMap, ArrayList, etc. for mutable data that can potentially become
corrupted and cause all sorts of problems when used in a multi-threaded way.

These need to use thread safe collections.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list