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

Unhandled 'spurious wakeup' in java.awt.EventQueue.invokeAndWait()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7
    • 1.4.0, 5.0, 6, 6u13, 6u22
    • client-libs
    • b77
    • generic, x86
    • generic, solaris, solaris_8, windows_xp, windows_7

      Seems that it is an AWT bug in src\share\classes\java\awt\EventQueue.java (invokeAndWait). The fragment with the bug is:
              synchronized (lock) {
                  Toolkit.getEventQueue().postEvent(event);
                  lock.wait();
              }

            dcherepanov Dmitry Cherepanov
            uta Alexey Utkin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: