<i18n dev> RFR: 8363925: Remove unused sun.nio.cs.ArrayEncoder::encode [v2]

Volkan Yazici vyazici at openjdk.org
Mon Oct 27 19:44:41 UTC 2025


> [JDK-6636319] introduced `ArrayEncoder`, composed of _only_ `encode` method. Later on [JDK-8054307] (JEP 254: Compact Strings)  removed all its usages. This method can safely be removed, hence this PR. Confirmed that `tier1-2` tests are clear on several platforms after changes.
> 
> [JDK-6636319]: https://bugs.openjdk.org/browse/JDK-6636319
> [JDK-8054307]: https://bugs.openjdk.org/browse/JDK-8054307

Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:

  Use `HexFormat`
  
  Co-authored-by: Roger Riggs <Roger.Riggs at Oracle.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27999/files
  - new: https://git.openjdk.org/jdk/pull/27999/files/ac07c09d..a8c471f2

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

  Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/27999.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27999/head:pull/27999

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


More information about the i18n-dev mailing list