Skip to content

Conversation

@Anjian-Wen
Copy link
Contributor

@Anjian-Wen Anjian-Wen commented Dec 18, 2025

This patch implement GCM intrinsic with Zvkg and Zvkned extension in RISCV.

According to java api of implGCMCrypt0 in src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java, we only deal with the data multiples of PARALLEL_LEN(512).

Passed related jtreg in
test/hotspot/jtreg/compiler/codegen/aes/
test/jdk/com/sun/crypto/


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8374184: RISC-V: implement GCM intrinsic with Zvkg and Zvkned extension (Sub-task - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28894/head:pull/28894
$ git checkout pull/28894

Update a local copy of the PR:
$ git checkout pull/28894
$ git pull https://git.openjdk.org/jdk.git pull/28894/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 28894

View PR using the GUI difftool:
$ git pr show -t 28894

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28894.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Dec 18, 2025

👋 Welcome back wenanjian! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Dec 18, 2025

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk
Copy link

openjdk bot commented Dec 18, 2025

@Anjian-Wen The following label will be automatically applied to this pull request:

  • hotspot-compiler

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@Anjian-Wen
Copy link
Contributor Author

/issue JDK-8374184

@openjdk openjdk bot changed the title RISC-V: implement GCM intrinsic with Zvkg and Zvkned extension 8374184: RISC-V: implement GCM intrinsic with Zvkg and Zvkned extension Dec 22, 2025
@openjdk
Copy link

openjdk bot commented Dec 22, 2025

@Anjian-Wen The primary solved issue for a PR is set through the PR title. Since the current title does not contain an issue reference, it will now be updated.

@Anjian-Wen Anjian-Wen force-pushed the support_gcm_intrinsic branch from 6274b20 to 576b771 Compare December 25, 2025 06:31
@Anjian-Wen Anjian-Wen force-pushed the support_gcm_intrinsic branch from dd81bb1 to b841634 Compare December 29, 2025 08:14
@Anjian-Wen Anjian-Wen marked this pull request as ready for review January 6, 2026 06:17
@openjdk openjdk bot added the rfr Pull request is ready for review label Jan 6, 2026
@mlbridge
Copy link

mlbridge bot commented Jan 6, 2026

Webrevs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hotspot-compiler [email protected] rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

1 participant