Fix various autoload race conditions. (#5898)
Add RUBY_VM_CRITICAL_SECTION for detecting unexpected context switch.
Prevent race between GC mark and autoload setup.
Protect race on autoload state.
Avoid potential race condition when allocating autoload_featuremap.
autoload_featuremap
Add NEWS entry for autoload fixes.
Fix various autoload race conditions. (#5898)
Add RUBY_VM_CRITICAL_SECTION for detecting unexpected context switch.
Prevent race between GC mark and autoload setup.
Protect race on autoload state.
Avoid potential race condition when allocating
autoload_featuremap.Add NEWS entry for autoload fixes.