You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2011/03/01 23:37:37 UTC

[jira] Resolved: (COLLECTIONS-334) map.StaticBucketMap.size() needs to synchronize access to lock

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

Jochen Wiedmann resolved COLLECTIONS-334.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.2.2
         Assignee: Jochen Wiedmann

Sebb is right: The size() method is the only place not synchronizing access to the locks. Fixed.


> map.StaticBucketMap.size() needs to synchronize access to lock
> --------------------------------------------------------------
>
>                 Key: COLLECTIONS-334
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-334
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>         Environment: collections_jdk5_branch
>            Reporter: Sebb
>            Assignee: Jochen Wiedmann
>             Fix For: 3.2.2
>
>
> The field Lock.size is updated using synchronization, however the StaticBucketMap.size() method reads the values without synch.
> If the read is done in a different thread from the updates, there is no guarantee that the reading thread will see the most recent value.

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