Details
-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
Description
Currently we always dispatching events under awtLock in XToolkit. However, there are some issues, where this lock is unnecessary or even harmful (like JDK-7155963 JDK-8001463). Probably this can be improved by splitting dispatchEvent in XToolkit to dispatch events w/ and w/o awtLock.
Attachments
Issue Links
- relates to
-
JDK-7155963 Deadlock in SystemFlavorMap.getFlavorsForNative and SunToolkit.awtLock
- Resolved
-
JDK-8001463 Regression : Deadlock between AWT-XAWT thread and AWT-EventQueue-0 Thread when screen resolution changes
- Closed