mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8274243: Implement fast-path for ASCII-compatible CharsetEncoders on aarch64
Reviewed-by: neliasso, redestad
This commit is contained in:
parent
8fed8ab29c
commit
ddddec7d74
6 changed files with 159 additions and 123 deletions
|
@ -61,7 +61,7 @@ public class CharsetEncodeDecode {
|
|||
private CharsetEncoder encoder;
|
||||
private CharsetDecoder decoder;
|
||||
|
||||
@Param({"UTF-8", "BIG5", "ISO-8859-15", "ASCII", "UTF-16"})
|
||||
@Param({"UTF-8", "BIG5", "ISO-8859-15", "ISO-8859-1", "ASCII", "UTF-16"})
|
||||
private String type;
|
||||
|
||||
@Param("16384")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue