RFR: 8365732: RISC-V: implement AES CTR intrinsics
    Anjian Wen 
    wenanjian at openjdk.org
       
    Tue Aug 19 06:34:41 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.
-------------
Commit messages:
 - add Flags and fix the stubid name
 - RISC-V: implement AES-CTR mode intrinsics
Changes: https://git.openjdk.org/jdk/pull/25281/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25281&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8365732
  Stats: 250 lines in 3 files changed: 245 ins; 1 del; 4 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