8261418: Reduce decoder creation overheads for sun.nio.cs.ext Charsets

Reviewed-by: naoto
This commit is contained in:
Claes Redestad 2021-02-11 10:43:56 +00:00
parent 5e1b8092d2
commit 8b6ab31d31
15 changed files with 358 additions and 505 deletions

View file

@ -54,7 +54,7 @@ public class StringDecode {
@State(Scope.Thread)
public static class WithCharset {
@Param({"US-ASCII", "ISO-8859-1", "UTF-8", "MS932", "ISO-8859-6"})
@Param({"US-ASCII", "ISO-8859-1", "UTF-8", "MS932", "ISO-8859-6", "ISO-2022-KR"})
private String charsetName;
private Charset charset;