mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 01:43:13 +00:00
8366659: Fixed whitespace error.
This commit is contained in:
parent
63b3415ca5
commit
c71c4637a3
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user