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:
Robbin Ehn 2018-10-31 08:09:45 +01:00
parent e4f5ffc403
commit 80aa38305d
6 changed files with 117 additions and 66 deletions

View file

@ -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);
}