On Sun, 10 Nov 2024 07:36:55 GMT, Jatin Bhateja <jbhat...@openjdk.org> wrote:
>> Yes, this should ensure 0xFFFFFFFF. > > We land here only after checking if inputs are uints, didn't want redundant > match, its just a convince routine for forwarding inputs. I will create a > lambda for this. uint check only ensures value <= 0xFFFFFFFF. Here we need value to be 0xFFFFFFFF. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21244#discussion_r1838479496