8200232: Build failures after JDK-8200106 (Move NoSafepointVerifier out from gcLocker.hpp)
authorshade
Tue, 27 Mar 2018 10:03:47 +0200
changeset 49615 1b1de4b263c8
parent 49614 3b1570be8557
child 49616 9d02d9f1fc49
8200232: Build failures after JDK-8200106 (Move NoSafepointVerifier out from gcLocker.hpp) Reviewed-by: stefank, tschatzl, dholmes, stuefe, coleenp
src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp
src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp
src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp
--- 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"