RFR: 8368328: CompactNumberFormat.clone does not produce independent instances [v2]

Naoto Sato naoto at openjdk.org
Wed Sep 24 22:48:39 UTC 2025


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

  Reflects review comments

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27475/files
  - new: https://git.openjdk.org/jdk/pull/27475/files/21591749..207fed5b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27475&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27475&range=00-01

  Stats: 14 lines in 2 files changed: 7 ins; 4 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/27475.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27475/head:pull/27475

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


More information about the core-libs-dev mailing list