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

Resolve MT issues in GlassScene

XMLWordPrintable

      PaintCollector has exposed some multi-threading issues in GlassScene. For example, the entireSceneDirty boolean is read and written to from both the FX thread and render thread, but is not volatile. As such, there is no promise that reading the value will have the correct value. We need to go through and properly comment and assert GlassScene in terms of threading and resolve such issues as we find.

            pchelko Petr Pchelko (Inactive)
            rbair Richard Bair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: