--- old/src/share/vm/utilities/events.hpp 2014-11-06 12:39:46.303623000 -0800 +++ new/src/share/vm/utilities/events.hpp 2014-11-06 12:39:45.685927000 -0800 @@ -90,7 +90,7 @@ _length(length), _count(0), _index(0), - _mutex(Mutex::event, name) { + _mutex(Mutex::event, name, false, Monitor::_safepoint_check_never) { _records = new EventRecord[length]; }