From b0417f6ff0309eb9f1a277f89cae1b43bc2ffcb8 Mon Sep 17 00:00:00 2001 From: Gui Cao Date: Mon, 20 Jul 2026 08:33:44 +0000 Subject: [PATCH] 8388456: RISC-V: Add UseZvbb to RVA23U64Profile Co-authored-by: Dingli Zhang Reviewed-by: fyang, wenanjian --- src/hotspot/cpu/riscv/vm_version_riscv.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/cpu/riscv/vm_version_riscv.hpp b/src/hotspot/cpu/riscv/vm_version_riscv.hpp index e5d925d1bea..ab048719ad2 100644 --- a/src/hotspot/cpu/riscv/vm_version_riscv.hpp +++ b/src/hotspot/cpu/riscv/vm_version_riscv.hpp @@ -445,6 +445,7 @@ private: RV_ENABLE_EXTENSION(UseZicond) \ RV_ENABLE_EXTENSION(UseZihintpause) \ RV_ENABLE_EXTENSION(UseZvfhmin) \ + RV_ENABLE_EXTENSION(UseZvbb) \ static void useRVA23U64Profile();