8366659: Fixed whitespaces.

This commit is contained in:
Anton Artemov 2026-01-22 12:04:19 +01:00
parent 3dff4f1715
commit eb5afa252a

View File

@ -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);
}