8366659: Fixed whitespace error.

This commit is contained in:
Anton Artemov 2025-11-20 16:25:45 +01:00
parent 301999cbf8
commit 322fc0e5bd

View File

@ -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.