提交 a9ca8905 编写于 作者: V vlivanov

8025842: Convert warning("Thread holding lock at safepoint that vm can block on") to fatal(...)

Reviewed-by: iveresov, roland, coleenp
上级 090293c0
......@@ -940,7 +940,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()));
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册