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

Johannes Graham duke at openjdk.org
Wed Apr 16 17:36:20 UTC 2025


> 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:

  use SkippedException if reflective access fails

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24598/files
  - new: https://git.openjdk.org/jdk/pull/24598/files/87e652be..08a32e12

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24598&range=07
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24598&range=06-07

  Stats: 77 lines in 1 file changed: 34 ins; 21 del; 22 mod
  Patch: https://git.openjdk.org/jdk/pull/24598.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24598/head:pull/24598

PR: https://git.openjdk.org/jdk/pull/24598


More information about the core-libs-dev mailing list