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

Anjian Wen wenanjian at openjdk.org
Wed Dec 3 03:44:27 UTC 2025


> 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 with a new target base due to a merge or a rebase. The pull request now contains 31 commits:

 - Merge branch 'openjdk:master' into aes_ctr
 - modify label L_EXIT to L_exit
 - add more comments for key value 52
 - update some comments, names  and Pseudocode
 - modify stub_id name
 - Merge branch 'openjdk:master' into aes_ctr
 - modify format
 - add more comments
 - modify parm to unsigned as aarch64 and x86
 - clean comments and format
 - ... and 21 more: https://git.openjdk.org/jdk/compare/530493fe...98d802d5

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

Changes: https://git.openjdk.org/jdk/pull/25281/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25281&range=29
  Stats: 239 lines in 2 files changed: 230 ins; 1 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/25281.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25281/head:pull/25281

PR: https://git.openjdk.org/jdk/pull/25281


More information about the hotspot-compiler-dev mailing list