From eb5afa252a6a5b55964933a609e120dfb9e0c864 Mon Sep 17 00:00:00 2001 From: Anton Artemov Date: Thu, 22 Jan 2026 12:04:19 +0100 Subject: [PATCH] 8366659: Fixed whitespaces. --- src/hotspot/share/runtime/objectMonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }