mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8025842: Convert warning("Thread holding lock at safepoint that vm can block on") to fatal(...)
Reviewed-by: iveresov, roland, coleenp
This commit is contained in:
parent
3ba019c8b2
commit
1dbe60a475
1 changed files with 1 additions and 1 deletions
|
@ -910,7 +910,7 @@ void Thread::check_for_valid_safepoint_state(bool potential_vm_operation) {
|
|||
cur != VMOperationRequest_lock &&
|
||||
cur != VMOperationQueue_lock) ||
|
||||
cur->rank() == Mutex::special) {
|
||||
warning("Thread holding lock at safepoint that vm can block on: %s", cur->name());
|
||||
fatal(err_msg("Thread holding lock at safepoint that vm can block on: %s", cur->name()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue