OpenJDK / jdk / jdk
changeset 49657:45071514f87a
8200438: Non-PCH x86_32 build failure: err_msg is not defined
Reviewed-by: stuefe, zgu, stefank
author | shade |
---|---|
date | Tue, 03 Apr 2018 10:27:46 +0200 |
parents | be608cad0b2a |
children | 8237a91c1cca |
files | src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp Fri Mar 30 21:57:50 2018 -0400 +++ b/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp Tue Apr 03 10:27:46 2018 +0200 @@ -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