d9797db9ea
This prevents --pause-isolates-on-start and --pause-isolates-on-exit from impacting isolates spawned from system isolates. This should be revisited to determine if: - Inheriting the system isolate property is actually what we want to do in general - Isolate.spawn* APIs should instead include a parameter to specify an isolate as a system isolate Fixes https://github.com/dart-lang/sdk/issues/54729 TEST=Manual testing Change-Id: Ibacdea845db6344148c11bebf001e4cac3377a62 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/348460 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com>