From 322fc0e5bd2189a3e4111afc516d178e7502b7c8 Mon Sep 17 00:00:00 2001 From: Anton Artemov Date: Thu, 20 Nov 2025 16:25:45 +0100 Subject: [PATCH] 8366659: Fixed whitespace error. --- 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 a57a8416b8f..854396bfed5 100644 --- a/src/hotspot/share/runtime/objectMonitor.cpp +++ b/src/hotspot/share/runtime/objectMonitor.cpp @@ -1937,7 +1937,7 @@ void ObjectMonitor::wait(jlong millis, bool interruptible, TRAPS) { // Done waiting, post the corresponding event post_waited_event(current, &wait_event, was_notified, &node, millis, ret); - + // We use the NoPreemptMark for the very rare case where the previous // preempt attempt failed due to OOM. The preempt on monitor contention // could succeed but we can't unmount now.