Integrated: 8374351: RISC-V: Small refactoring for crypto macro-assembler routines

Anjian Wen wenanjian at openjdk.org
Sun Dec 28 09:16:03 UTC 2025


On Thu, 25 Dec 2025 06:11:51 GMT, Anjian Wen <wenanjian at openjdk.org> wrote:

> This patch is mainly for readability and subsequent GCM call requirements.
> 
> 1. Extract the ghash function to facilitate subsequent calls during the implementation of aes-gcm 
> 2. Unify the prefixes of function names for aes intrinsic-related functions. Only use generate prefix for the main intrinsic function, delete the other functions `generate_` prefix

This pull request has now been integrated.

Changeset: 5e685f6f
Author:    Anjian Wen <wenanjian at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5e685f6f2c7872a4239ef0c0a0afa60f4526529e
Stats:     73 lines in 1 file changed: 28 ins; 18 del; 27 mod

8374351: RISC-V: Small refactoring for crypto macro-assembler routines

Reviewed-by: fyang, fjiang

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

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


More information about the hotspot-compiler-dev mailing list