< prev index next >

src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdBits.inline.hpp

Print this page

        

*** 25,35 **** #ifndef SHARE_VM_JFR_CHECKPOINT_TYPES_TRACEID_JFRTRACEIDBITS_INLINE_HPP #define SHARE_VM_JFR_CHECKPOINT_TYPES_TRACEID_JFRTRACEIDBITS_INLINE_HPP #include "jfr/utilities/jfrTypes.hpp" #include "runtime/atomic.hpp" ! #include "runtime/orderAccess.inline.hpp" #include "utilities/macros.hpp" #ifdef VM_LITTLE_ENDIAN static const int low_offset = 0; static const int leakp_offset = low_offset + 1; --- 25,35 ---- #ifndef SHARE_VM_JFR_CHECKPOINT_TYPES_TRACEID_JFRTRACEIDBITS_INLINE_HPP #define SHARE_VM_JFR_CHECKPOINT_TYPES_TRACEID_JFRTRACEIDBITS_INLINE_HPP #include "jfr/utilities/jfrTypes.hpp" #include "runtime/atomic.hpp" ! #include "runtime/orderAccess.hpp" #include "utilities/macros.hpp" #ifdef VM_LITTLE_ENDIAN static const int low_offset = 0; static const int leakp_offset = low_offset + 1;
< prev index next >