From 006f090f98135e0d3b0450c455d545272cfe6a38 Mon Sep 17 00:00:00 2001 From: Hamlin Li Date: Fri, 26 Apr 2024 07:50:51 +0000 Subject: [PATCH] 8331150: RISC-V: Fix "bad AD file" bug Reviewed-by: fyang --- src/hotspot/cpu/riscv/riscv_v.ad | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/cpu/riscv/riscv_v.ad b/src/hotspot/cpu/riscv/riscv_v.ad index 01a367a46ea..3069336ac11 100644 --- a/src/hotspot/cpu/riscv/riscv_v.ad +++ b/src/hotspot/cpu/riscv/riscv_v.ad @@ -73,6 +73,7 @@ source %{ return false; } break; + case Op_LoadVectorGather: case Op_LoadVectorGatherMasked: if (is_subword_type(bt)) { return false;