8303033: Build failure with the micro bench mark

Reviewed-by: naoto
(cherry picked from commit e950b95486)
This commit is contained in:
Eirik Bjorsnos
2023-02-21 21:39:35 +00:00
committed by Vitaly Provodin
parent 99ec8924fb
commit b189165e85

View File

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