On Fri, 11 Apr 2025 17:31:08 GMT, Johannes Graham <d...@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