< prev index next >

src/hotspot/share/jfr/recorder/storage/jfrStorageControl.cpp

Print this page

        

*** 24,34 **** #include "precompiled.hpp" #include "jfr/recorder/storage/jfrStorageControl.hpp" #include "runtime/atomic.hpp" #include "runtime/mutexLocker.hpp" ! #include "runtime/orderAccess.inline.hpp" // returns the updated value static jlong atomic_add(size_t value, size_t volatile* const dest) { size_t compare_value; size_t exchange_value; --- 24,34 ---- #include "precompiled.hpp" #include "jfr/recorder/storage/jfrStorageControl.hpp" #include "runtime/atomic.hpp" #include "runtime/mutexLocker.hpp" ! #include "runtime/orderAccess.hpp" // returns the updated value static jlong atomic_add(size_t value, size_t volatile* const dest) { size_t compare_value; size_t exchange_value;
< prev index next >