65d0d8581a
Having forwarding tables on the Thread allows for those tables to be used in dart mutator thread running in IsolateGroup-shared context. On 32-bit platforms(arm) the forwarding tables are used during [SendPort.send] message verification. Fixes https://github.com/dart-lang/sdk/issues/60817 TEST=isolate_group_shared_send_test Change-Id: I58b33c14026584330b594776e812fe1d48bc2fd5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/431942 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>