RFR: 8365732: RISC-V: implement AES CTR intrinsics [v26]

Hamlin Li mli at openjdk.org
Tue Nov 18 16:54:42 UTC 2025


On Thu, 13 Nov 2025 07:12:38 GMT, Anjian Wen <wenanjian at openjdk.org> wrote:

>> Hi everyone, please help review this patch which Implement the _counterMode_AESCrypt with Zvkned. On my QEMU, with Zvkned extension enabled, the tests in test/hotspot/jtreg/compiler/codegen/aes/ Passed.
>
> Anjian Wen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   modify stub_id name

src/hotspot/cpu/riscv/stubGenerator_riscv.cpp line 2670:

> 2668:     __ enter();
> 2669: 
> 2670:     Label L_EXIT;

Suggestion:

    Label L_exit;

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25281#discussion_r2538954824


More information about the hotspot-compiler-dev mailing list