On Sat, 5 Nov 2022 17:13:14 GMT, Alan Bateman <[email protected]> wrote:
>> Markus KARG has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Removing synchronization
>> - Renamed lock back to closeLock
>
> src/java.base/share/classes/java/io/PushbackInputStream.java line 58:
>
>> 56: public class PushbackInputStream extends FilterInputStream {
>> 57:
>> 58: // initialized to null when BufferedInputStream is sub-classed
>
> Thanks for the update, I think the change to PBIS looks okay, it's just this
> comment, which looks like it was copied from BIS.
Fixed. Thanks, I have overlooked this one!
-------------
PR: https://git.openjdk.org/jdk/pull/10999