On Mon, 24 Aug 2026 10:50:07 GMT, Andrew Haley <[email protected]> wrote:

> constant-time execution is part of the specification of this method

Mea culpa: the spec is "branchless", but I think we know the implication.

> `t ? a : b`

Or, more generally, any permutation:

`anR = t ? R(a, b) : R(b, a);`

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32047#discussion_r3843870694

Reply via email to