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