--- old/src/hotspot/share/runtime/threadSMR.cpp 2019-11-21 11:53:18.455069451 +0100 +++ new/src/hotspot/share/runtime/threadSMR.cpp 2019-11-21 11:53:18.199065269 +0100 @@ -134,7 +134,7 @@ // 'inline' functions first so the definitions are before first use: inline void ThreadsSMRSupport::add_deleted_thread_times(uint add_value) { - Atomic::add(add_value, &_deleted_thread_times); + Atomic::add(&_deleted_thread_times, add_value); } inline void ThreadsSMRSupport::inc_deleted_thread_cnt() {