mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-24 06:40:05 +00:00
This day one bug is caused by missing memory barriers in various Parker::park() paths that can result in lost wakeups and hangs. Reviewed-by: dice, acorn