Re: RFR: 8279283 - BufferedInputStream should override transferTo [v8]

2022-09-06 Thread Markus KARG
> Implementation of JDK-8279283 Markus KARG has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains ten commits: - proposal by Alan Bateman - modified locking - HexPrinter::transferTo - using getBufIfOpen() instead of direct buf access -

Re: RFR: 8279283 - BufferedInputStream should override transferTo [v8]

2022-09-06 Thread Сергей Цыпанов
On Tue, 6 Sep 2022 12:50:50 GMT, Markus KARG wrote: >> Implementation of JDK-8279283 > > Markus KARG has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains ten commits: > > - proposal by Alan Bateman > - modified locking > - HexPrinter

Re: RFR: 8279283 - BufferedInputStream should override transferTo [v8]

2022-09-06 Thread Markus KARG
On Tue, 6 Sep 2022 14:51:20 GMT, Сергей Цыпанов wrote: >> Markus KARG has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains ten commits: >> >> - proposal by Alan Bateman >> - modified locking >> - HexPrinter::transferTo >> - using g

Re: RFR: 8279283 - BufferedInputStream should override transferTo [v8]

2022-09-06 Thread Markus KARG
On Tue, 6 Sep 2022 16:56:03 GMT, Markus KARG wrote: >> src/java.base/share/classes/java/io/BufferedInputStream.java line 608: >> >>> 606: private long implTransferTo(OutputStream out) throws IOException { >>> 607: if (getClass() == BufferedInputStream.class >>> 608: &