You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release/10.0] Implement UnhandledException hook for finalizer scenario in Mono. (#118878)
* Implement UnhandledException hook for finalizers in Mono.
* Cache the finalize method on wasm
* Precompile invoke helper for GuardedFinalize
* only check for GuardedFinalize in corlib
* make GuardedFinalize virtual
* use mono_runtime_try_invoke, since we can wih instance methods
* comment out unused
* Move GuardedFinalize to a helper class
* make it static
* some cleanup
* remove no longer relevant comment
* Disable UnhandledExceptionHandler tests with foreign threads on `llvmfullaot` (#119039)
These kind of tests are not compatible.
---------
Co-authored-by: vsadov <8218165+VSadov@users.noreply.github.com>
Co-authored-by: Vladimir Sadov <vsadov@microsoft.com>
0 commit comments