On Wed, 14 Sep 2022 07:33:32 GMT, Сергей Цыпанов <d...@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