RFR: 8355216: Accelerate P-256 arithmetic on aarch64 [v8]

Ben Perez bperez at openjdk.org
Wed Feb 25 20:08:06 UTC 2026


On Tue, 17 Feb 2026 23:02:14 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> Ben Perez has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Added vs_tail method to simplify various VSeq operations, updated generate_intpoly_assign()
>
> src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp line 4857:
> 
>> 4855:     }
>> 4856:   }
>> 4857: 
> 
> Please refactor these. I'd try passing a pointer to virtual member function or perhaps a macro.

I was trying to use a similar structure to other `VSeq` methods, like `vs_addv` for example. Could you say a bit more about why this other approach would be preferable?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27946#discussion_r2855160358



More information about the security-dev mailing list