From 31dede3f96d78dd0b1c93d84adb1f97b34ff339f Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Thu, 9 Jul 2026 07:47:14 +0000 Subject: [PATCH] 8368180: RISC-V: Remove redundant ext_Zicboz.enable_feature() Reviewed-by: fyang, gcao --- src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp b/src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp index 648131b94a3..c9556d32cc5 100644 --- a/src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp +++ b/src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp @@ -307,7 +307,6 @@ void VM_Version::rivos_features() { ext_Zfh.enable_feature(); - ext_Zicboz.enable_feature(); ext_Zicsr.enable_feature(); ext_Zifencei.enable_feature(); ext_Zic64b.enable_feature();