mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8152953: ForceSafepoint operations should be more specific
Reviewed-by: dholmes, sspitsyn, rkennke, coleenp
This commit is contained in:
parent
81f1f2df46
commit
ad4bc13f9f
6 changed files with 40 additions and 14 deletions
|
@ -2275,7 +2275,7 @@ void JavaThread::java_suspend() {
|
|||
}
|
||||
}
|
||||
|
||||
VM_ForceSafepoint vm_suspend;
|
||||
VM_ThreadSuspend vm_suspend;
|
||||
VMThread::execute(&vm_suspend);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue