mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8263677: Improve Character.isLowerCase/isUpperCase lookups
Reviewed-by: erikj, ihse, naoto, rriggs
This commit is contained in:
parent
b63b5d4c4b
commit
e152cc0312
8 changed files with 144 additions and 266 deletions
|
@ -39,7 +39,7 @@ import java.util.concurrent.TimeUnit;
|
|||
@State(Scope.Thread)
|
||||
public class Characters {
|
||||
|
||||
@Param({"9", "48", "65", "97", "128", "170", "192", "223"})
|
||||
@Param({"9", "65", "97", "128", "170", "223", "410", "430"})
|
||||
private int codePoint;
|
||||
|
||||
@Benchmark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue