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

Deadlock with multimonitor fullscreen windows.

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • client-libs
    • None
    • b74

        Entering fullscreen on each device sequentially without delays leads to deadlock.

                    EventQueue.invokeAndWait(() -> {
                        for (GraphicsDevice device : devices) {
                            device.setFullScreenWindow(new Frame());
                        }
                    });

          1. stacktrace0
            17 kB
          2. stacktrace1
            13 kB
          3. stacktrace2
            16 kB

            Loading...
            Uploaded image for project: 'JDK'
            1. JDK
            2. JDK-8129116

            Deadlock with multimonitor fullscreen windows.

              • Icon: Bug Bug
              • Resolution: Fixed
              • Icon: P3 P3
              • 9
              • None
              • client-libs
              • None
              • b74

                  Entering fullscreen on each device sequentially without delays leads to deadlock.

                              EventQueue.invokeAndWait(() -> {
                                  for (GraphicsDevice device : devices) {
                                      device.setFullScreenWindow(new Frame());
                                  }
                              });

                    1. stacktrace0
                      17 kB
                    2. stacktrace1
                      13 kB
                    3. stacktrace2
                      16 kB

                        azvegint Alexander Zvegintsev
                        azvegint Alexander Zvegintsev
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        2 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                            azvegint Alexander Zvegintsev
                            azvegint Alexander Zvegintsev
                            Votes:
                            0 Vote for this issue
                            Watchers:
                            2 Start watching this issue

                              Created:
                              Updated:
                              Resolved: