On Tue, 6 Feb 2024 23:01:07 GMT, Chen Liang <li...@openjdk.org> wrote:
>> I get warnings and build failures if I leave out those casts (`utflen` is a >> `long`) > > Ah, I meant to use the equivalent local variable int ascii, the return value > of countPositives, to avoid these casts. Missed this comment, but ended up doing like you suggested. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17734#discussion_r1488613636