mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8303033: Build failure with the micro bench mark
Reviewed-by: naoto
This commit is contained in:
parent
dcd773ac5c
commit
e950b95486
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue