-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
-
b74
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136117 | emb-9 | Alexander Zvegintsev | P3 | Resolved | Fixed | team |
JDK-8130987 | 8u65 | Alexander Zvegintsev | P3 | Resolved | Fixed | b05 |
JDK-8129787 | 8u60 | Alexander Zvegintsev | P3 | Resolved | Fixed | b22 |
JDK-8138269 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b05 |
JDK-8130594 | emb-8u60 | Alexander Zvegintsev | P3 | Resolved | Fixed | b22 |
Entering fullscreen on each device sequentially without delays leads to deadlock.
EventQueue.invokeAndWait(() -> {
for (GraphicsDevice device : devices) {
device.setFullScreenWindow(new Frame());
}
});
EventQueue.invokeAndWait(() -> {
for (GraphicsDevice device : devices) {
device.setFullScreenWindow(new Frame());
}
});
- backported by
-
JDK-8129787 Deadlock with multimonitor fullscreen windows.
-
- Resolved
-
-
JDK-8130594 Deadlock with multimonitor fullscreen windows.
-
- Resolved
-
-
JDK-8130987 Deadlock with multimonitor fullscreen windows.
-
- Resolved
-
-
JDK-8136117 Deadlock with multimonitor fullscreen windows.
-
- Resolved
-
-
JDK-8138269 Deadlock with multimonitor fullscreen windows.
-
- Resolved
-
- duplicates
-
JDK-8015471 Deadlock or infinit loop in XAWT on Ubuntu 12.04
-
- Closed
-
- relates to
-
JDK-8129119 Consider reducing the time while the AWTLock is held
-
- Open
-
(1 duplicates, 1 relates to)