RFR: JDK-8322141: SequenceInputStream.transferTo should not return as soon as Long.MAX_VALUE bytes have been transferred [v3]
Brian Burkhalter
bpb at openjdk.org
Fri Dec 15 22:42:39 UTC 2023
On Fri, 15 Dec 2023 18:34:42 GMT, Markus KARG <duke at openjdk.org> wrote:
> I quickly drafted an absolute minimal test for this in [2aaac63] [...].
This test does not fail for me when run against my local build of the current mainline. Usually, unless randomness is involved, a test should fail before the proposed patch is applied but succeed thereafter.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17119#issuecomment-1858574102
More information about the core-libs-dev
mailing list