< prev index next >

src/hotspot/share/jfr/recorder/service/jfrPostBox.cpp

Print this page

        

*** 24,34 **** #include "precompiled.hpp" #include "jfr/recorder/service/jfrPostBox.hpp" #include "jfr/utilities/jfrTryLock.hpp" #include "runtime/atomic.hpp" ! #include "runtime/orderAccess.inline.hpp" #include "runtime/thread.inline.hpp" #define MSG_IS_SYNCHRONOUS ( (MSGBIT(MSG_ROTATE)) | \ (MSGBIT(MSG_STOP)) | \ (MSGBIT(MSG_START)) | \ --- 24,34 ---- #include "precompiled.hpp" #include "jfr/recorder/service/jfrPostBox.hpp" #include "jfr/utilities/jfrTryLock.hpp" #include "runtime/atomic.hpp" ! #include "runtime/orderAccess.hpp" #include "runtime/thread.inline.hpp" #define MSG_IS_SYNCHRONOUS ( (MSGBIT(MSG_ROTATE)) | \ (MSGBIT(MSG_STOP)) | \ (MSGBIT(MSG_START)) | \
< prev index next >