You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-dev@geronimo.apache.org by "Matt Benson (JIRA)" <ji...@apache.org> on 2014/05/20 18:34:40 UTC

[jira] [Created] (XBEAN-267) Improve thread-safety of AsynchronousInheritanceAnnotationFinder using double-checked locking

Matt Benson created XBEAN-267:
---------------------------------

             Summary: Improve thread-safety of AsynchronousInheritanceAnnotationFinder using double-checked locking
                 Key: XBEAN-267
                 URL: https://issues.apache.org/jira/browse/XBEAN-267
             Project: XBean
          Issue Type: Improvement
          Components: finder
    Affects Versions: 3.17
            Reporter: Matt Benson


where the {{CountDownLatch}} instances are created, use double-checked locking idiom to ensure only one instance created.



--
This message was sent by Atlassian JIRA
(v6.2#6252)