RFR: 8354522: Clones of DecimalFormat cause interferences when used concurrently
Alan Bateman
alanb at openjdk.org
Tue Apr 15 14:22:59 UTC 2025
On Fri, 11 Apr 2025 17:31:08 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.
Are you going to turn the reproducer into a test? I don't know if we have tests that for DecimalFormat cloning.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24598#issuecomment-2805363472
More information about the core-libs-dev
mailing list