[riscv-port] RFR: 8278547: riscv: Refactor moving assembler functions for vector instructions into separate file

Yadong Wang yadongwang at openjdk.java.net
Thu Dec 16 01:21:23 UTC 2021


On Wed, 15 Dec 2021 08:59:57 GMT, Yanhong Zhu <yzhu at openjdk.org> wrote:

> RISCV have several feature extensions: RVV, RVC and RVB.
> Work in under progress to support those features in Hotspot JVM.
> For maintenance purposes, we should move assembler functions for specific feature into separate file.
> This patch refactors existing code moving assembler functions for RVV into feature-specific files.
> 
> Hotspot and jdk tier1 passed on the unmatched board. Performed full jtreg tests with qemu without new failures.

lgtm

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

Marked as reviewed by yadongwang (Author).

PR: https://git.openjdk.java.net/riscv-port/pull/32


More information about the riscv-port-dev mailing list