RFR: 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io [v3]

Brian Burkhalter bpb at openjdk.org
Wed Nov 13 19:49:03 UTC 2024


On Wed, 13 Nov 2024 19:42:29 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8343039: Remove JavaIOPrint{Stream,Writer}Access and the use thereof
>
> src/java.base/share/classes/java/io/BufferedOutputStream.java line 88:
> 
>> 86:         }
>> 87: 
>> 88:         this.buf = new byte[initialSize]; // resizable if initialSize < maxSize
> 
> Something has got messed up here, it creates the byte[] twice now.

Yeah, @liach caught that above: fixing.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22048#discussion_r1841069282


More information about the core-libs-dev mailing list