RFR: 8338595: Add more linesize for MIME decoder in macro bench test Base64Decode
Robbin Ehn
rehn at openjdk.org
Wed Aug 21 10:07:04 UTC 2024
On Mon, 19 Aug 2024 16:43:02 GMT, Hamlin Li <mli 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.
-------------
Marked as reviewed by rehn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20630#pullrequestreview-2250364141
More information about the core-libs-dev
mailing list