On Fri, 17 Jan 2025 15:29:32 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> 
wrote:

>> fixed it
>
> Sorry, I was just reading the comment and not how DIGITS is initialized and 
> used.
> 
> The _correct_ comment should be something like
> 
>      *      97 -> '9' | ('7' << 8) -> 0x3739
> 
> so the `short` value was correct before, but not the expression to construct 
> it.
> Again, sorry for the confusion.

It was my mistake. I made the change without checking it carefully. It has been 
fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22023#discussion_r1920913558

Reply via email to