On Wed, 27 May 2026 17:42:56 GMT, Jatin Bhateja <[email protected]> wrote:
>>> Addressed. >> >> Does the specification which maps arithmetic operation to method call need >> to be updated to accommodate this? >> If so, the CSR should get a quick update and re-review. > > Hi @jddarcy , > As can be seen in the commit > https://github.com/openjdk/jdk/pull/28002/changes/26b5def93fc479548a8694c43f7fb5cad5ba8549 > > Change is mainly in the fallback implementation of VectorOperators.NEG. I am > not sure if this qualifies as specification change. Right, it's fixing a bug to ensure it behaves correctlty. Its covered by: > An operation referencing a Java operator is mapped to a method on {@code > Float16} that specifies that operator's semantics. The behavior of Unary Minus Operator {@code -} maps `Float16.negate`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28002#discussion_r3314091051
