mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8261418: Reduce decoder creation overheads for sun.nio.cs.ext Charsets
Reviewed-by: naoto
This commit is contained in:
parent
5e1b8092d2
commit
8b6ab31d31
15 changed files with 358 additions and 505 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue