You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/08/27 16:21:30 UTC

[jira] Closed: (HARMONY-4670) Locale.getAvailableLocales() isn't thread safe

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

Tim Ellison closed HARMONY-4670.
--------------------------------


Verified by Imran

> Locale.getAvailableLocales() isn't thread safe
> ----------------------------------------------
>
>                 Key: HARMONY-4670
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4670
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Imran Ghory
>            Assignee: Tim Ellison
>
> getAvailableLocales() does the following:
> if (availableLocales == null) {
>             ....
>         }
> (with  class private static Locale[] availableLocales;)
> This isn't thread-safe; one thread could end up with a partially constructed object as availableLocales isn't volatile.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.