Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap mono_gc_init_finalizer_thread() call with now-needed coop GC sta…
…te transition. Starting with mono/mono#16907 , the Mono runtime ends in GC-Safe state (mode) after mono_jit_init_version() is called. The monotouch code did not expect that, and calls mono_gc_init_finalizer_thread() which also tries to enter GC-safe mode. Should fix mono/mono#19372
- Loading branch information