mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
According to https://bugs.openjdk.org/browse/JDK-8268605, pthread_create may fail spuriously. This change implements a simple retry as a modest measure, which is also used by JDK.