Re: RFR: 8300979: Lazily initialize (byte, char)arr in java.io.DataInputStream [v4]

2023-03-28 Thread Per Minborg
On Tue, 28 Mar 2023 07:21:15 GMT, Per Minborg wrote: >> This PR proposed to lazily initialize the scratch arrays only if/when needed. > > Per Minborg has updated the pull request incrementally with one additional > commit since the last revision: > > Use zero-lenght arrays rather than null W

Re: RFR: 8300979: Lazily initialize (byte, char)arr in java.io.DataInputStream [v4]

2023-03-28 Thread Per Minborg
> This PR proposed to lazily initialize the scratch arrays only if/when needed. Per Minborg has updated the pull request incrementally with one additional commit since the last revision: Use zero-lenght arrays rather than null - Changes: - all: https://git.openjdk.org/jdk/pull/