RFR: 8369944: Notification can be lost due to interrupt in Object.wait
David Holmes
dholmes at openjdk.org
Fri Oct 17 02:41:00 UTC 2025
On Thu, 16 Oct 2025 22:03:51 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:
> This could have been a timed-wait that timed-out, and only after that, the thread was interrupted
This is a feature not a bug. It is preferable to return via IE if the interrupt was detected, even if we originally timed-out of the wait itself.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27856#issuecomment-3413552915
More information about the hotspot-runtime-dev
mailing list