From 471a51a5a4395f0bc6818c3c1d30455ce75500d6 Mon Sep 17 00:00:00 2001 From: Stefan Karlsson Date: Wed, 18 Sep 2024 13:46:19 +0000 Subject: [PATCH] 8340368: windows-x64-slowdebug build fails after JDK-8319873 Reviewed-by: jpai, kevinw, aboldtch, eosterlund --- src/hotspot/os/windows/memMapPrinter_windows.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hotspot/os/windows/memMapPrinter_windows.cpp b/src/hotspot/os/windows/memMapPrinter_windows.cpp index 550647709e1..eb6b24a9d13 100644 --- a/src/hotspot/os/windows/memMapPrinter_windows.cpp +++ b/src/hotspot/os/windows/memMapPrinter_windows.cpp @@ -24,9 +24,9 @@ */ #include "precompiled.hpp" - #include "nmt/memMapPrinter.hpp" -#include "runtime/os.hpp" +#include "os_windows.hpp" +#include "runtime/vm_version.hpp" #include #include