On Wed, 2 Sep 2026 17:22:44 GMT, Vladimir Ivanov <[email protected]> wrote:
>> Xueming Shen has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> update
>
> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/X-Vector.java.template
> line 2548:
>
>> 2546: #end[FP]
>> 2547: else {
>> 2548: opCode(op);
>
> Nit: existing idiom is `int opc = opCode(op); throw new AssertionError(op); `.
updated to follow the idiom
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/32633#discussion_r3916989978