RFR: 8292026: Remove redundant allocations from DoubleByteEncoder

Andrey Turbanov aturbanov at openjdk.org
Mon Aug 8 07:55:28 UTC 2022


There are couple places where new byte array is allocated and then thrown away.

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

Commit messages:
 - [PATCH] Remove redundant allocations from DoubleByteEncoder

Changes: https://git.openjdk.org/jdk/pull/9767/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9767&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8292026
  Stats: 11 lines in 1 file changed: 0 ins; 5 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/9767.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9767/head:pull/9767

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



More information about the client-libs-dev mailing list