From c71c4637a3cc2e27c01997b2385a6ff8ca7c0f44 Mon Sep 17 00:00:00 2001 From: Anton Artemov Date: Thu, 4 Sep 2025 09:37:07 +0200 Subject: [PATCH] 8366659: Fixed whitespace error. --- src/hotspot/share/runtime/objectMonitor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hotspot/share/runtime/objectMonitor.cpp b/src/hotspot/share/runtime/objectMonitor.cpp index 2484c9bb902..f80a041b2ab 100644 --- a/src/hotspot/share/runtime/objectMonitor.cpp +++ b/src/hotspot/share/runtime/objectMonitor.cpp @@ -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) {