RFR: 8294696 - BufferedInputStream.transferTo should drain buffer when mark set [v5]
Markus KARG
duke at openjdk.org
Sat Oct 29 12:31:41 UTC 2022
> This PR implements JDK-8294696.
Markus KARG has updated the pull request incrementally with one additional commit since the last revision:
No immediate buffer resize; in the rare case of read-past-EOF automatic buffer grow will happen anyways
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10525/files
- new: https://git.openjdk.org/jdk/pull/10525/files/7350a533..9c2f502c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10525&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10525&range=03-04
Stats: 16 lines in 1 file changed: 0 ins; 15 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/10525.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10525/head:pull/10525
PR: https://git.openjdk.org/jdk/pull/10525
More information about the core-libs-dev
mailing list