commit | c6e3667228645d94869df936b9629ced9c474f61 | [log] [tgz] |
---|---|---|
author | Doug Lea <dl@openjdk.org> | Tue Oct 03 13:37:01 2017 -0700 |
committer | Doug Lea <dl@openjdk.org> | Tue Oct 03 13:37:01 2017 -0700 |
tree | 7c45c345eddcd61865e14cd2a5d05b56b63b7efc | |
parent | dfce3058681af8bb83b08b15c3c625b76cc8d653 [diff] |
8187408: AbstractQueuedSynchronizer wait queue corrupted when thread awaits without holding the lock Reviewed-by: martin, psandoz, dholmes