RFR JDK-8164278: java.util.Base64.EncOutputStream/DecInputStream is slower than corresponding version in javax.mail package

Xueming Shen xueming.shen at oracle.com
Tue Feb 6 17:23:29 UTC 2018


On 2/6/18, 8:56 AM, Xueming Shen wrote:
>
>>
>> 848: checkNewline compares == with linemax; that works when each byte 
>> is counted separately
>>  It seems like it would safer if it was ">=".
>
> updated.
>
I took it back. >= does not work here.

-sherman


More information about the core-libs-dev mailing list