RFR: 8145351: test/java/text/Format/DateFormat/Bug8141243.java fails in jake b96
Alan Bateman
Alan.Bateman at oracle.com
Tue Jan 5 13:38:51 UTC 2016
On 04/01/2016 17:38, Naoto Sato wrote:
> Although this is an implementation detail, but yes, it's guaranteed to
> be intern'ed.
>
> Naoto
Thanks.
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?
-Alan
More information about the jigsaw-dev
mailing list