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

Java wait/notify should require condition variable, allow spurious wakeups

XMLWordPrintable

    • b30
    • generic
    • generic



      Name: mt13159 Date: 01/30/2000


      The current Java Language Specification definition of wait, notify,
         and notifyAll does not require that they be done within a "condition
         variable" paradigm. The requested change would be to require that
         wait be called from within a loop that tests for a logical condition
         variable, and that notify and notifyAll change the value of that
         condition variable, and that when wait returns the value of the condition
         variable must be checked to see that it has changed, otherwise the
         loop continues and the wait is reentered. A corollary of the requested
         change is that waits may return due to spurious wakeups, meaning operating
         system events unconnected to any action within the Java program.

      ======================================================================

            jjb Josh Bloch
            mthakore Mayank Thakore (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: