mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-12 06:29:37 +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