On Thu, 25 Sep 2025 16:53:18 GMT, Naoto Sato <[email protected]> wrote:

>> Fixing `CompactNumberFormat.clone()` to clone mutable reference objects. The 
>> bug was caused by accessing the shared objects concurrently which resulted 
>> in an illegal state on parsing. There are other reference fields that are 
>> shared, but the contents of those fields (such as prefix/suffix) are 
>> constants/read-only, so they may be shared.
>
> Naoto Sato has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Make explicit "read-only" comment to each constant field

Thanks for the reviews!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27475#issuecomment-3339583188

Reply via email to