mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-07 17:08:53 +00:00
8366659: Added a comment to a boolean arg for enter()
This commit is contained in:
parent
ba667e3772
commit
e84dca9d2b
@ -1941,7 +1941,7 @@ void ObjectMonitor::wait(jlong millis, bool interruptible, TRAPS) {
|
||||
assert(!has_owner(current), "invariant");
|
||||
guarantee(node.TState == ObjectWaiter::TS_RUN, "invariant");
|
||||
current->set_current_pending_monitor(nullptr);
|
||||
enter(current, false);
|
||||
enter(current, false /* post_jvmti_events */);
|
||||
}
|
||||
assert(has_owner(current), "invariant");
|
||||
node.wait_reenter_end(this);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user