RFR: 8319716: RISC-V: Add SHA-2 [v11]

Robbin Ehn rehn at openjdk.org
Fri Jan 5 08:26:10 UTC 2024


> Hi, please consider.
> 
> Main author is @luhenry, I only fixed some minor things and tested it.
> 
> Such as:
> test/hotspot/jtreg/compiler/intrinsics/sha/
> test/jdk/java/security/MessageDigest/
> test/jdk/jdk/security/
> tier1
> 
> And still running some test.

Robbin Ehn has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 20 additional commits since the last revision:

 - Fixed comment
 - Fixed flags
 - Fixed vlen 128
 - Merge branch 'master' into sha256
 - fixed lmul
 - remove merge, renames
 - Easier reg layout and 128/m2
 - Minor update
 - index store state back
 - t2 caller saved, no need to push/pop
 - ... and 10 more: https://git.openjdk.org/jdk/compare/2dbeeb7f...01105251

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16562/files
  - new: https://git.openjdk.org/jdk/pull/16562/files/eefcd269..01105251

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16562&range=10
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16562&range=09-10

  Stats: 1005 lines in 62 files changed: 519 ins; 292 del; 194 mod
  Patch: https://git.openjdk.org/jdk/pull/16562.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16562/head:pull/16562

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


More information about the hotspot-dev mailing list