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

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

    XMLWordPrintable

Details

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

    Description

      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();
              }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: