8366659: Fixed whitespace error.

This commit is contained in:
Anton Artemov 2025-09-04 09:37:07 +02:00
parent 63b3415ca5
commit c71c4637a3

View File

@ -1821,7 +1821,6 @@ void ObjectMonitor::wait(jlong millis, bool interruptible, TRAPS) {
OSThreadWaitState osts(osthread, true);
assert(current->thread_state() == _thread_in_vm, "invariant");
{
ThreadBlockInVM tbivm(current, false /* allow_suspend */);
if (interrupted || HAS_PENDING_EXCEPTION) {