8203251: Non-PCH build failed after JDK-8199712 (Flight Recorder)

Reviewed-by: mgronlun
This commit is contained in:
Aleksey Shipilev 2018-05-15 23:37:37 +02:00
parent 5efef1271b
commit 425cd17400
4 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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"

View File

@ -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"