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/UInt128.java line 178:

> 176:      * Returns the instance representing {@code v}.
> 177:      *
> 178:      * @param v must meet 0 ≤ {@code v} &lt; 2<sup>{@link #SIZE}</sup>.

As a small issue, I don't know if having "<=" as a single character, as it 
seems to be here, goes against general encoding rules for JDK sources.

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2420#discussion_r3261906929

Reply via email to