Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Make sure static ctor flag check uses a volatile load (#105832)
Otherwise the hardware is allowed to reorder loads of its static fields to happen before the initialization check.
- Loading branch information