b5fb90614a
These fences were added before we decided that (1) `NativeFinalizer`s are only attached to `Finalizable`s and (2) `Finalizer`s do not have a guarantee against premature finalization. Now that we're inlining, we should avoid allocating the `Pointer` object. TEST=Should be a no-op, running a bunch of bots just in case. Closes: https://github.com/dart-lang/sdk/issues/54680 Change-Id: I3b2702d910c8ed53a3f3fcbf0e6f437d1b8026c5 Cq-Include-Trybots: luci.dart.try:vm-aot-linux-debug-x64-try,vm-aot-linux-debug-x64c-try,vm-aot-mac-release-x64-try,vm-aot-obfuscate-linux-release-x64-try,vm-aot-optimization-level-linux-release-x64-try,vm-aot-win-debug-arm64-try,vm-aot-win-debug-x64-try,vm-aot-win-debug-x64c-try,vm-appjit-linux-debug-x64-try,vm-asan-linux-release-x64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/347740 Commit-Queue: Daco Harkes <dacoharkes@google.com> Auto-Submit: Daco Harkes <dacoharkes@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>