RFR: 8155902: DataOutputStream writeInt creates 2 packets instead of 1
Daniel Jeliński
djelinski at openjdk.org
Fri Jul 7 05:26:53 UTC 2023
On Thu, 6 Jul 2023 21:40:38 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Add a disclaimer to `java.io.DataOutputStream` to the effect that it makes no guarantee as to how the underlying output stream actually writes the bytes provided to it.
This issue is reported against JDK 8 and 9. It was fixed in 16 with 17f04fc9. I think you can close it as duplicate.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14791#issuecomment-1624766495
More information about the core-libs-dev
mailing list