On Tue, 16 Jan 2024 14:34:29 GMT, Eirik Bjørsnøs <eir...@openjdk.org> wrote:
>(These reads are from a temp buffer, not the stream) Ah! you are right indeed. I didn't correctly read that part of that code. It's reading from a temp buffer which has been fully initialized with a LOC and these reads happens with specific offsets within that buffer. So yes, you are correct that the order won't matter here. Thank you for that detail. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/12524#discussion_r1453524828