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 "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/20 18:36:39 UTC

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

    [ https://issues.apache.org/jira/browse/XBEAN-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003599#comment-14003599 ] 

ASF GitHub Bot commented on XBEAN-267:
--------------------------------------

GitHub user mbenson opened a pull request:

    https://github.com/apache/geronimo-xbean/pull/9

    [XBEAN-267] Improve thread-safety of AsynchronousInheritanceAnnotationFinder using double-checked locking

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mbenson/geronimo-xbean XBEAN-267

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/geronimo-xbean/pull/9.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9
    
----
commit e90ef75baca4e618344334350e70f216e641db59
Author: Matt Benson <gu...@gmail.com>
Date:   2014-04-30T22:02:39Z

    [XBEAN-264] ignore git files so that checkout from git mirror can actually build

commit b03f265570c94e673633c2ef2b778fe773cba45f
Author: Matt Benson <gu...@gmail.com>
Date:   2014-05-20T16:34:58Z

    [XBEAN-267] Improve thread-safety of AsynchronousInheritanceAnnotationFinder using double-checked locking

----


> 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
>              Labels: patch
>
> 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)