RFR: 8322174: RISC-V: C2 VectorizedHashCode RVV Version [v9]

Yuri Gaevsky duke at openjdk.org
Tue Jul 15 08:11:28 UTC 2025


> The patch adds possibility to use RVV instructions for faster vectorizedHashCode calculations on RVV v1.0.0 capable hardware.
> 
> Testing: hotspot/jtreg/compiler/ under QEMU-8.1 with RVV v1.0.0.

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

  simplified arrays_hashcode_v() to be closer to VLA and use less general-purpose registers; minor cosmetic changes

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17413/files
  - new: https://git.openjdk.org/jdk/pull/17413/files/4e9ad18f..6daaae6e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17413&range=08
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17413&range=07-08

  Stats: 92 lines in 4 files changed: 13 ins; 34 del; 45 mod
  Patch: https://git.openjdk.org/jdk/pull/17413.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17413/head:pull/17413

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


More information about the hotspot-compiler-dev mailing list