RFR: 8324124: RISC-V: implement _vectorizedMismatch intrinsic [v5]

Yuri Gaevsky duke at openjdk.org
Tue Aug 12 05:58:16 UTC 2025


> Hello All,
> 
> Please review these changes to enable the __vectorizedMismatch_ intrinsic on RISC-V platform with RVV instructions supported.
> 
> Thank you,
> -Yuri Gaevsky
> 
> **Correctness checks:**
>   hotspot/jtreg/compiler/{intrinsic/c1/c2}/ under QEMU-8.1 with RVV v1.0.0 and -XX:TieredStopAtLevel=1/2/3/4.

Yuri Gaevsky has updated the pull request incrementally with one additional commit since the last revision:

  - moved vector register declarations into vectorized_mismatch() body.
  - added initial support for ArrayOperationPartialInlineSize.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17750/files
  - new: https://git.openjdk.org/jdk/pull/17750/files/cfed55df..63410201

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17750&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17750&range=03-04

  Stats: 23 lines in 5 files changed: 14 ins; 6 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/17750.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17750/head:pull/17750

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


More information about the hotspot-dev mailing list