8274243: Implement fast-path for ASCII-compatible CharsetEncoders on aarch64

Reviewed-by: neliasso, redestad
This commit is contained in:
Patric Hedlin 2022-01-12 15:30:54 +00:00
parent 8fed8ab29c
commit ddddec7d74
6 changed files with 159 additions and 123 deletions

View file

@ -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")