RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v7]

Emanuel Peter epeter at openjdk.org
Wed Sep 4 08:30:22 UTC 2024


On Tue, 3 Sep 2024 20:37:09 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

>> At any rate, I would name `T -> U`
>
> Yes I have renamed all signed types to `S` and unsigned types to `U`. Regarding making it a member of `KnownBits`, making it a `static` function has the advantage of visibility to me.

What do you mean by "advantage of visibility"?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17508#discussion_r1743293382


More information about the hotspot-compiler-dev mailing list