RFR: 8338595: Add more linesize for MIME decoder in macro bench test Base64Decode

Hamlin Li mli at openjdk.org
Wed Aug 21 10:20:06 UTC 2024


On Wed, 21 Aug 2024 10:03:57 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

>> Hi,
>> Can you help to review this simple patch?
>> 
>> Currently, lineSize linesize for MIME case in macro bench test Base64Decode is only "4", but in Base64.Encoder default linesize for MIME encoder is 76.
>> It's helpful to add more linesize, e.g. 76 and so on.
>> 
>> Thanks!
>
> Seems reasonable to me.

Thanks @robehn for reviewing.

I think this is trivial and it's just adding more test cases. So I will push with one reviewer.

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

PR Comment: https://git.openjdk.org/jdk/pull/20630#issuecomment-2301687281


More information about the core-libs-dev mailing list