-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0, 5.0, 6, 6u13, 6u22
-
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();
}
synchronized (lock) {
Toolkit.getEventQueue().postEvent(event);
lock.wait();
}
- duplicates
-
JDK-4974934 wait unprotected from spurious wakeups in EventQueue.invokeAndWait
- Closed
-
JDK-6982757 300+ getAvailableLocales is called when clicked select input method menu
- Closed