mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8199813: SIGSEGV in ThreadsList::includes()
ThreadsListHandles cannot be used by JavaThreads that are not on the Threads list. Reviewed-by: eosterlund, gthornbr, dholmes, rehn
This commit is contained in:
parent
7995d17bca
commit
d2e9c712ad
5 changed files with 31 additions and 15 deletions
|
@ -417,7 +417,7 @@ ThreadSnapshot* VM_ThreadDump::snapshot_thread(JavaThread* java_thread, ThreadCo
|
|||
}
|
||||
|
||||
volatile bool VM_Exit::_vm_exited = false;
|
||||
Thread * VM_Exit::_shutdown_thread = NULL;
|
||||
Thread * volatile VM_Exit::_shutdown_thread = NULL;
|
||||
|
||||
int VM_Exit::set_vm_exited() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue