On Mon, 19 Aug 2024 16:43:02 GMT, Hamlin Li <m...@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! This pull request has now been integrated. Changeset: 7458952d Author: Hamlin Li <m...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7458952dedc0a34b5c7f3e9e228f9b18e08f19e3 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8338595: Add more linesize for MIME decoder in macro bench test Base64Decode Reviewed-by: rehn ------------- PR: https://git.openjdk.org/jdk/pull/20630