RFR: 8354522: Clones of DecimalFormat cause interferences when used concurrently [v9]

duke duke at openjdk.org
Thu Apr 17 13:18:42 UTC 2025


On Wed, 16 Apr 2025 17:40:39 GMT, Johannes Graham <duke at openjdk.org> wrote:

>> The `DigitList` class used in `DecimalFormat` does not reset the `data` array in its clone method. This can cause interference when clones are used concurrently.
>
> Johannes Graham has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix catch block

@j3graham 
Your change (at version 6c23e27eaabd878808f8524cfdc3dc8255e397b5) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/24598#issuecomment-2812866429


More information about the core-libs-dev mailing list