Skip to content

Commit 7458952

Browse files
author
Hamlin Li
committed
8338595: Add more linesize for MIME decoder in macro bench test Base64Decode
Reviewed-by: rehn
1 parent c4cf1e9 commit 7458952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/micro/org/openjdk/bench/java/util/Base64Decode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class Base64Decode {
5050
"112", "512", "1000", "20000", "50000"})
5151
private int maxNumBytes;
5252

53-
@Param({"4"})
53+
@Param({"4", "32", "76", "128"})
5454
private int lineSize;
5555

5656
private byte[] lineSeparator = {'\r', '\n'};

0 commit comments

Comments
 (0)