From 804ecc14dcc0465f9cbbfe38608bd989a0df84fd Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Fri, 17 Apr 2026 20:01:09 +0000 Subject: [PATCH] 8382436: Build failures after JDK-8326205 Reviewed-by: kvn --- src/hotspot/share/runtime/hotCodeCollector.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/share/runtime/hotCodeCollector.cpp b/src/hotspot/share/runtime/hotCodeCollector.cpp index 643cf3a8bbb..6bdeee011ce 100644 --- a/src/hotspot/share/runtime/hotCodeCollector.cpp +++ b/src/hotspot/share/runtime/hotCodeCollector.cpp @@ -29,6 +29,7 @@ #include "compiler/compilerDefinitions.inline.hpp" #include "logging/log.hpp" #include "memory/resourceArea.hpp" +#include "oops/method.inline.hpp" #include "runtime/hotCodeCollector.hpp" #include "runtime/hotCodeSampler.hpp" #include "runtime/java.hpp"