mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-21 10:57:56 +00:00
8203251: Non-PCH build failed after JDK-8199712 (Flight Recorder)
Reviewed-by: mgronlun
This commit is contained in:
parent
5efef1271b
commit
425cd17400
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user