Sebb created POOL-214:
-------------------------

             Summary: GenericObjectPool.evictionPolicy not thread-safe
                 Key: POOL-214
                 URL: https://issues.apache.org/jira/browse/POOL-214
             Project: Commons Pool
          Issue Type: Bug
            Reporter: Sebb


The instance field GenericObjectPool.evictionPolicy is not updated in a 
thread-safe way.

It either needs to be made volatile, or the getters/setters could synch. on the 
evictionLock.
The latter is probably more sensible, as the field is used whilst holding that 
lock.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to