mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-11 10:58:26 +00:00
8366659: Fixed whitespace error.
This commit is contained in:
parent
301999cbf8
commit
322fc0e5bd
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user