RFR: 8292698: Improve performance of DataInputStream [v3]
Bernd
duke at openjdk.org
Wed Sep 14 21:42:43 UTC 2022
On Wed, 14 Sep 2022 07:33:32 GMT, Сергей Цыпанов <duke at openjdk.org> wrote:
> > Does that mean there is no explicit test for DataInputStream endianess
>
> @ecki I think this is not strictly necessary as order of bytes is explicitly specified in JavaDoc of `DataInput` implemented by `DataInputStream`
Hm, maybe I was not clear, what I mean the endianess of DataInputStream is specified by the spec, so I would expect it to be tested. But it sounded like an accidential discovery that the impl was broken. Maybe that’s part of the tck tests and they not yet have been run?
-------------
PR: https://git.openjdk.org/jdk/pull/9956
More information about the core-libs-dev
mailing list