Skip to content

Commit 471a51a

Browse files
committed
8340368: windows-x64-slowdebug build fails after JDK-8319873
Reviewed-by: jpai, kevinw, aboldtch, eosterlund
1 parent 08a2f84 commit 471a51a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/os/windows/memMapPrinter_windows.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
*/
2525

2626
#include "precompiled.hpp"
27-
2827
#include "nmt/memMapPrinter.hpp"
29-
#include "runtime/os.hpp"
28+
#include "os_windows.hpp"
29+
#include "runtime/vm_version.hpp"
3030

3131
#include <limits.h>
3232
#include <winnt.h>

0 commit comments

Comments
 (0)