diff options
author | Eric Arseneau <earseneau@google.com> | 2021-12-19 22:49:18 -0800 |
---|---|---|
committer | Eric Arseneau <earseneau@google.com> | 2021-12-19 22:49:18 -0800 |
commit | 0c5adfaaa09b234ea4a11a28b931c91c3d68f423 (patch) | |
tree | e60b0a64a2b342e96f6b886ec3e2e453e494e567 /runtime/native/java_lang_Thread.cc | |
parent | 6ad2c0ba3b84dffc86def566a9d6688d5a25e2d4 (diff) | |
parent | 00c84f21871a8df8c4acfd9469be80095f6c6a7d (diff) |
Merge s-mpr-2021-12-05
Change-Id: Ie30e6decc687dd07c62f61760ea1900c619d6ce0
Diffstat (limited to 'runtime/native/java_lang_Thread.cc')
-rw-r--r-- | runtime/native/java_lang_Thread.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/native/java_lang_Thread.cc b/runtime/native/java_lang_Thread.cc index 37b3fe642e..c3b4fe09de 100644 --- a/runtime/native/java_lang_Thread.cc +++ b/runtime/native/java_lang_Thread.cc @@ -148,7 +148,6 @@ static void Thread_setNativeName(JNIEnv* env, jobject peer, jstring java_name) { bool timed_out; // Take suspend thread lock to avoid races with threads trying to suspend this one. Thread* thread = thread_list->SuspendThreadByPeer(peer, - /* request_suspension= */ true, SuspendReason::kInternal, &timed_out); if (thread != nullptr) { |