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

Multithreading issues in Quantum between user thread and rendering thread.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 8
    • 8
    • javafx
    • all, but mostly easily demonstrated on Embedded PI

    Description

      We have identified a number of ways in which Quantum is not currently handling the Multithreaded rendering properly. These include:

      1) multithreaded calls into Glass which assumes it is single threaded in nature. This seems to include (on some platforms) rendering which accessing Glass in ways that affect the underlying windows (esp. closing a window)
      2) "window" state (mostly View/Window state from Glass) changing during the rendering operation
      3) changes in state that are not toggling a repaint while a repaint is in progress.
      4) ?

      There are a number of known or likely Jiras that demonstrate some aspect of this problem, and should be linked to this for tracking purposes.

      The toy HelloWindowAbuse seems particularly good at identifying the gross problems we are trying to solve here, as it can show crashes, exceptions and such. (Steve may have fixed the Mac related crashes with his first part fix for this issue which has been pushed.
      HelloMenu/HelloSanity shows menu related issues easily on the PI.
      There is a test app attached to RT-25314

      Attachments

        Issue Links

          Activity

            People

              ddhill David Hill (Inactive)
              ddhill David Hill (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported: