diff -r a2b2936240b9 -r 1ec65b303bb7 hotspot/src/share/vm/runtime/synchronizer.cpp --- a/hotspot/src/share/vm/runtime/synchronizer.cpp Mon Aug 22 15:54:22 2016 +0000 +++ b/hotspot/src/share/vm/runtime/synchronizer.cpp Tue Aug 23 19:21:48 2016 +0200 @@ -1819,7 +1819,7 @@ const ObjectSynchronizer::InflateCause cause) { #if INCLUDE_TRACE assert(event.should_commit(), "check outside"); - event.set_klass(obj->klass()); + event.set_monitorClass(obj->klass()); event.set_address((TYPE_ADDRESS)(uintptr_t)(void*)obj); event.set_cause((u1)cause); event.commit();