8200232: Build failures after JDK-8200106 (Move NoSafepointVerifier out from gcLocker.hpp)
Reviewed-by: stefank, tschatzl, dholmes, stuefe, coleenp
--- a/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp Mon Mar 26 18:16:12 2018 -0700
+++ b/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp Tue Mar 27 10:03:47 2018 +0200
@@ -32,6 +32,7 @@
#include "code/icBuffer.hpp"
#include "code/vtableStubs.hpp"
#include "interpreter/interpreter.hpp"
+#include "logging/log.hpp"
#include "memory/allocation.inline.hpp"
#include "os_share_bsd.hpp"
#include "prims/jniFastGetField.hpp"
--- a/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp Mon Mar 26 18:16:12 2018 -0700
+++ b/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp Tue Mar 27 10:03:47 2018 +0200
@@ -32,6 +32,7 @@
#include "code/icBuffer.hpp"
#include "code/vtableStubs.hpp"
#include "interpreter/interpreter.hpp"
+#include "logging/log.hpp"
#include "memory/allocation.inline.hpp"
#include "os_share_linux.hpp"
#include "prims/jniFastGetField.hpp"
--- a/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp Mon Mar 26 18:16:12 2018 -0700
+++ b/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp Tue Mar 27 10:03:47 2018 +0200
@@ -32,6 +32,7 @@
#include "code/icBuffer.hpp"
#include "code/vtableStubs.hpp"
#include "interpreter/interpreter.hpp"
+#include "logging/log.hpp"
#include "memory/allocation.inline.hpp"
#include "os_share_solaris.hpp"
#include "prims/jniFastGetField.hpp"