From 21c0383521847229766e1a347ab01578616f79fa Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Wed, 29 May 2024 15:05:12 +0200 Subject: [PATCH] Missing include --- src/hotspot/share/runtime/safepoint.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/share/runtime/safepoint.cpp b/src/hotspot/share/runtime/safepoint.cpp index 1aa5bfeafa7..4f6cef0141d 100644 --- a/src/hotspot/share/runtime/safepoint.cpp +++ b/src/hotspot/share/runtime/safepoint.cpp @@ -39,6 +39,7 @@ #include "gc/shared/workerThread.hpp" #include "gc/shared/workerUtils.hpp" #include "interpreter/interpreter.hpp" +#include "interpreter/oopMapCache.hpp" #include "jfr/jfrEvents.hpp" #include "logging/log.hpp" #include "logging/logStream.hpp"