RFR: 8284638: store skip buffers in InputStream Object [v7]
XenoAmess
duke at openjdk.java.net
Wed Apr 20 16:07:18 UTC 2022
On Tue, 19 Apr 2022 22:47:42 GMT, liach <duke at openjdk.java.net> wrote:
>> XenoAmess has updated the pull request incrementally with one additional commit since the last revision:
>>
>> change to liach operation.
>
> src/java.base/share/classes/java/io/InputStream.java line 62:
>
>> 60:
>> 61: /** Skip buffer, null until allocated */
>> 62: private byte[] skipBuffer = null;
>
> This can be removed too as you have the soft reference already.
@liach done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5872
More information about the core-libs-dev
mailing list