On Fri, 15 Oct 2021 06:45:02 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Daniel D. Daugherty has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8249004.cr1.patch > > src/hotspot/share/runtime/thread.cpp line 1771: > >> 1769: guarantee(Thread::is_JavaThread_protected_by_my_ThreadsList(this), >> 1770: "missing ThreadsListHandle in calling context."); >> 1771: if (is_exiting()) { > > This seems an unrelated change in behaviour ?? So suspend_thread and resume thread's caller already takes a ThreadsListHandle so this is unnecessary and never happens. ------------- PR: https://git.openjdk.java.net/jdk/pull/4677