8203251: Non-PCH build failed after JDK-8199712 (Flight Recorder)
authorshade
Tue, 15 May 2018 23:37:37 +0200
changeset 50117 fb66b2959eaf
parent 50116 cebd0673feeb
child 50118 919c36db208c
8203251: Non-PCH build failed after JDK-8199712 (Flight Recorder) Reviewed-by: mgronlun
src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.cpp
src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.cpp
src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp
src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp
--- a/src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.cpp	Tue May 15 14:15:47 2018 -0700
+++ b/src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.cpp	Tue May 15 23:37:37 2018 +0200
@@ -39,6 +39,7 @@
 #include "memory/resourceArea.hpp"
 #include "runtime/mutexLocker.hpp"
 #include "runtime/orderAccess.inline.hpp"
+#include "runtime/os.inline.hpp"
 #include "runtime/safepoint.hpp"
 
 typedef JfrCheckpointManager::Buffer* BufferPtr;
--- a/src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.cpp	Tue May 15 14:15:47 2018 -0700
+++ b/src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.cpp	Tue May 15 23:37:37 2018 +0200
@@ -30,6 +30,7 @@
 #include "jfr/utilities/jfrTypes.hpp"
 #include "runtime/mutexLocker.hpp"
 #include "runtime/os.hpp"
+#include "runtime/os.inline.hpp"
 
 const u2 JFR_VERSION_MAJOR = 2;
 const u2 JFR_VERSION_MINOR = 0;
--- a/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp	Tue May 15 14:15:47 2018 -0700
+++ b/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp	Tue May 15 23:37:37 2018 +0200
@@ -31,6 +31,7 @@
 #include "jfr/utilities/jfrTypes.hpp"
 #include "memory/allocation.inline.hpp"
 #include "runtime/mutexLocker.hpp"
+#include "runtime/os.inline.hpp"
 #include "runtime/safepoint.hpp"
 #include "runtime/task.hpp"
 #include "runtime/vframe.inline.hpp"
--- a/src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp	Tue May 15 14:15:47 2018 -0700
+++ b/src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp	Tue May 15 23:37:37 2018 +0200
@@ -39,6 +39,7 @@
 #include "logging/log.hpp"
 #include "runtime/mutexLocker.hpp"
 #include "runtime/orderAccess.inline.hpp"
+#include "runtime/os.inline.hpp"
 #include "runtime/safepoint.hpp"
 #include "runtime/thread.hpp"