RFR: 8296431 - PushbackInputStream should override transferTo

Markus KARG duke at openjdk.org
Fri Nov 4 22:19:24 UTC 2022


This PR implements JDK-8296431

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

Commit messages:
 - Alternative C + Array.copyOfRange
 - Draft: Prevent security issues
 - wrapped long code lines
 - removed unused import
 - Writing available unread bytes in the optimized case
 - PushbackInputStream::transferTo

Changes: https://git.openjdk.org/jdk/pull/10999/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10999&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8296431
  Stats: 268 lines in 2 files changed: 262 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/10999.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10999/head:pull/10999

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


More information about the core-libs-dev mailing list