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

2024-08-21 Thread Hamlin Li
On Wed, 21 Aug 2024 10:03:57 GMT, Robbin Ehn 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 li

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

2024-08-21 Thread Robbin Ehn
On Mon, 19 Aug 2024 16:43:02 GMT, Hamlin Li 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,

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

2024-08-19 Thread Hamlin Li
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! - Commit messages: -