diff --git a/src/hotspot/share/runtime/objectMonitor.cpp b/src/hotspot/share/runtime/objectMonitor.cpp index 309884fc1e3..b8acf589c5c 100644 --- a/src/hotspot/share/runtime/objectMonitor.cpp +++ b/src/hotspot/share/runtime/objectMonitor.cpp @@ -1938,7 +1938,7 @@ void ObjectMonitor::wait(jlong millis, bool interruptible, TRAPS) { if (node.TState != ObjectWaiter::TS_ENTER) { ThreadBlockInVM tbvm(current, true); } - + JvmtiExport::post_monitor_waited(current, this, ret == OS_TIMEOUT); }