On Mon, 11 May 2026 15:41:54 GMT, Raffaello Giulietti <[email protected]> wrote:
> Prototype a fully functional `unsigned int128` type as a Valhalla value > class. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). src/java.base/share/classes/java/math/UInt64.java line 186: > 184: * @return the result described above. > 185: */ > 186: static boolean lessThan(long x, long y) { Is it intentional that this method is _not_ public? Having a `@see` link to `Long.compareUnsigned`, if the obvious relationship between the methods holds, would be helpful. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2420#discussion_r3262023399
