8303033: Build failure with the micro bench mark

Reviewed-by: naoto
This commit is contained in:
Eirik Bjorsnos 2023-02-21 21:39:35 +00:00 committed by Naoto Sato
parent dcd773ac5c
commit e950b95486

View File

@ -112,7 +112,7 @@ public class Characters {
case "a-grave" -> 0xE0; case "a-grave" -> 0xE0;
case "yD" -> 0xE0; case "yD" -> 0xE0;
case "micro" -> 0xFF; case "micro" -> 0xFF;
default -> Integer.parseInt(codePoint);; default -> Integer.parseInt(codePoint);
}; };
} }
@Benchmark @Benchmark