mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8212933: Thread-SMR: requesting a VM operation whilst holding a ThreadsListHandle can cause deadlocks
Reviewed-by: eosterlund, dcubed, sspitsyn, dholmes
This commit is contained in:
parent
e4f5ffc403
commit
80aa38305d
6 changed files with 117 additions and 66 deletions
|
@ -1271,10 +1271,6 @@ class JavaThread: public Thread {
|
|||
return _handshake.has_operation();
|
||||
}
|
||||
|
||||
void cancel_handshake() {
|
||||
_handshake.cancel(this);
|
||||
}
|
||||
|
||||
void handshake_process_by_self() {
|
||||
_handshake.process_by_self(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue