Merge "Rename to isIndefiniteThreadSuspensionSafe" am: 0bf32e7e7b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1662663

Change-Id: I4bce45974f41935e299c84a9db3e3770fb6aae8c
This commit is contained in:
Hans Boehm
2021-04-02 17:52:17 +00:00
committed by Automerger Merge Worker

View File

@@ -547,7 +547,7 @@ class ZygoteServer {
try { try {
ZygoteConnection connection = peers.get(pollIndex); ZygoteConnection connection = peers.get(pollIndex);
boolean multipleForksOK = !isUsapPoolEnabled() boolean multipleForksOK = !isUsapPoolEnabled()
&& ZygoteHooks.indefiniteThreadSuspensionOK(); && ZygoteHooks.isIndefiniteThreadSuspensionSafe();
final Runnable command = final Runnable command =
connection.processCommand(this, multipleForksOK); connection.processCommand(this, multipleForksOK);