8303033: Build failure with the micro bench mark
Reviewed-by: naoto
This commit is contained in:
parent
dcd773ac5c
commit
e950b95486
@ -112,7 +112,7 @@ public class Characters {
|
||||
case "a-grave" -> 0xE0;
|
||||
case "yD" -> 0xE0;
|
||||
case "micro" -> 0xFF;
|
||||
default -> Integer.parseInt(codePoint);;
|
||||
default -> Integer.parseInt(codePoint);
|
||||
};
|
||||
}
|
||||
@Benchmark
|
||||
|
Loading…
Reference in New Issue
Block a user