On Mon, 27 Oct 2025 11:42:20 GMT, Volkan Yazici <[email protected]> wrote:
> [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 This pull request has now been integrated. Changeset: bbe5e83c Author: Volkan Yazici <[email protected]> URL: https://git.openjdk.org/jdk/commit/bbe5e83c3910dc4986a1dccf6fcf31d15710c71d Stats: 293 lines in 9 files changed: 62 ins; 193 del; 38 mod 8363925: Remove unused sun.nio.cs.ArrayEncoder::encode Reviewed-by: liach ------------- PR: https://git.openjdk.org/jdk/pull/27999
