RFR: 8145351: test/java/text/Format/DateFormat/Bug8141243.java fails in jake b96
Masayoshi Okutsu
masayoshi.okutsu at oracle.com
Wed Jan 6 06:40:59 UTC 2016
On 1/5/2016 10:38 PM, Alan Bateman wrote:
>
> One other question on this is whether there are concurrency issues
> with the candidate list? I ask because candidateMap is a CHM but the
> map value (the candidate list) seems to be queried (via the size
> method) and updated in getCandidateLocale without any synchronization.
> Is this a concern?
The candidate list (candidates) won't be modified once it's been put in
candidatesMap. Are you referring to some other case?
Masayoshi
More information about the jigsaw-dev
mailing list