> [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 <[email protected]>

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

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

Reply via email to