8152953: ForceSafepoint operations should be more specific

Reviewed-by: dholmes, sspitsyn, rkennke, coleenp
This commit is contained in:
Robbin Ehn 2017-05-25 09:38:33 +02:00
parent 81f1f2df46
commit ad4bc13f9f
6 changed files with 40 additions and 14 deletions

View file

@ -2275,7 +2275,7 @@ void JavaThread::java_suspend() {
}
}
VM_ForceSafepoint vm_suspend;
VM_ThreadSuspend vm_suspend;
VMThread::execute(&vm_suspend);
}