From 8b50176bdcdfe3491afc6996202f89d24d5bce25 Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Tue, 3 Apr 2018 10:27:46 +0200 Subject: [PATCH] 8200438: Non-PCH x86_32 build failure: err_msg is not defined Reviewed-by: stuefe, zgu, stefank --- src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp b/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp index d64d39b5955..1869b43ad8c 100644 --- a/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp +++ b/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp @@ -41,6 +41,7 @@ #include "runtime/sharedRuntime.hpp" #include "runtime/vframeArray.hpp" #include "utilities/align.hpp" +#include "utilities/formatBuffer.hpp" #include "vm_version_x86.hpp" #include "vmreg_x86.inline.hpp" #ifdef COMPILER1