Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 1.4.0, 5.0, 6, 6u13, 6u22
-
Fix Version/s: 7
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b77
-
CPU:generic, x86
-
OS: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();
}
synchronized (lock) {
Toolkit.getEventQueue().postEvent(event);
lock.wait();
}
Attachments
Issue Links
- 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
-