equal
deleted
inserted
replaced
24 |
24 |
25 #ifndef SHARE_VM_JFR_SUPPORT_JFRTHREADID_HPP |
25 #ifndef SHARE_VM_JFR_SUPPORT_JFRTHREADID_HPP |
26 #define SHARE_VM_JFR_SUPPORT_JFRTHREADID_HPP |
26 #define SHARE_VM_JFR_SUPPORT_JFRTHREADID_HPP |
27 |
27 |
28 #include "utilities/macros.hpp" |
28 #include "utilities/macros.hpp" |
|
29 #include "utilities/globalDefinitions.hpp" |
29 |
30 |
30 #if INCLUDE_JFR |
31 #if INCLUDE_JFR |
31 #include "jfr/support/jfrThreadLocal.hpp" |
32 #include "jfr/support/jfrThreadLocal.hpp" |
32 #include "jfr/utilities/jfrTypes.hpp" |
33 #include "jfr/utilities/jfrTypes.hpp" |
33 #define JFR_THREAD_ID(thread) ((thread)->jfr_thread_local()->thread_id()) |
34 #define JFR_THREAD_ID(thread) ((thread)->jfr_thread_local()->thread_id()) |