src/hotspot/share/jfr/support/jfrThreadId.hpp
changeset 50124 781f36c0831e
parent 50113 caf115bb98ad
child 53244 9807daeb47c4
equal deleted inserted replaced
50123:f222eba39694 50124:781f36c0831e
    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())