--- old/src/share/vm/runtime/mutexLocker.cpp Thu May 16 16:29:20 2013 +++ new/src/share/vm/runtime/mutexLocker.cpp Thu May 16 16:29:20 2013 @@ -280,9 +280,9 @@ def(Debug3_lock , Mutex , nonleaf+4, true ); def(CompileThread_lock , Monitor, nonleaf+5, false ); - def(JfrMsg_lock , Monitor, nonleaf+2, true); - def(JfrBuffer_lock , Mutex, nonleaf+4, true); - def(JfrStream_lock , Mutex, nonleaf+5, true); + def(JfrMsg_lock , Monitor, leaf, true); + def(JfrBuffer_lock , Mutex, nonleaf+1, true); + def(JfrStream_lock , Mutex, nonleaf+2, true); def(PeriodicTask_lock , Monitor, nonleaf+5, true); }