RFR: JDK-8322141: SequenceInputStream.transferTo should not return as soon as Long.MAX_VALUE bytes have been transferred [v4]

Brian Burkhalter bpb at openjdk.org
Wed Dec 20 18:01:03 UTC 2023


On Sat, 16 Dec 2023 14:07:52 GMT, Markus KARG <duke at openjdk.org> wrote:

>> Fixes JDK-8322141
>> 
>> As suggested by @vlsi and documented by @bplb this PR does not return, but only sets the maximum result value.
>
> Markus KARG has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Test was using Integer but must use Long

> But where do you see a change request from Alan _before_ I posted `/integrate`?

Mouse-over the icon to the right of his name at the top right under "Reviewers."

> BTW, here is the "Ready" label you did not see: [#17119 (comment)](https://github.com/openjdk/jdk/pull/17119#event-11256913866)

Ack.

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

PR Comment: https://git.openjdk.org/jdk/pull/17119#issuecomment-1864901444


More information about the core-libs-dev mailing list