RFR: 8254078: DataOutputStream is very slow post-disabling of Biased Locking [v5]

Alan Bateman alanb at openjdk.java.net
Mon Oct 12 18:28:11 UTC 2020


On Mon, 12 Oct 2020 18:19:28 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8254078: DataOutputStream is very slow post-disabling of Biased Locking
>
> src/java.base/share/classes/java/io/DataInputStream.java line 37:
> 
>> 35:  * <p>
>> 36:  * A DataInputStream is not safe for use by multiple concurrent
>> 37:  * threads. If a DataOutputStream is to be used by more than one
> 
> Hi Andrew, just noticed a typo here: DataOutputStream
> best regards,
> -- daniel

Yes, that was a comment on the previous iteration too. Also s/output/input/.

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

PR: https://git.openjdk.java.net/jdk/pull/542


More information about the core-libs-dev mailing list