Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8191937

Lost interrupt in AbstractQueuedSynchronizer when tryAcquire methods throw

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 10
    • None
    • core-libs
    • None

      In the (unlikely) event that a tryAcquire or tryAcquireShared method throws after being parked after initial failure to acquire, and the thread was interrupted while waiting, the interrupt may be lost.

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: