From f27b3db5a95aa9e785f3c4cd0293b7f8483f021d Mon Sep 17 00:00:00 2001 From: "Jin,Zhonghui" Date: Wed, 22 Nov 2023 23:29:39 +0800 Subject: [PATCH] [Backport] 8258073: x86_32 build broken after JDK-8257731 Summary: 8258073: x86_32 build broken after JDK-8257731 Test Plan: ci jtreg Reviewed-by: JoshuaZhuwj Issue: TBD --- src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp b/src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp index 719bf8ce560..8e56f4ce043 100644 --- a/src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp +++ b/src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp @@ -28,6 +28,7 @@ #include "prims/jniFastGetField.hpp" #include "prims/jvm_misc.hpp" #include "runtime/safepoint.hpp" +#include "runtime/stubRoutines.hpp" #define __ masm->