Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent deadlock when releasing the jl_unique_gcsafe_lock causes gc (#…
…56563) Caught this by running threads test repeatedly locally: the sweep needs to acquire engine_lock, so we need to make sure to release that first (the other jl_unique_gcsafe_lock users shouldn't care about this ordering since they don't acquire their locks during sweeping)
- Loading branch information