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

Glass X11 does not call setEventThread(null); when the event thread shuts down.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • fx2.0
    • javafx


      The glass X11 impl needs to call
      setEventThread(null);
      when the event thread shuts down.


      diff -r 1b7772e6b15a glass-mat/src/com/sun/glass/ui/x11/X11Application.java
      --- a/glass-mat/src/com/sun/glass/ui/x11/X11Application.java Mon Aug 01 16:51:04 2011 -0400
      +++ b/glass-mat/src/com/sun/glass/ui/x11/X11Application.java Wed Aug 03 16:51:48 2011 -0400
      @@ -77,6 +77,7 @@
                                       }
                                   }
                                   _runLoop(args, launchable, display, screen, visualID);
      + setEventThread(null);
                               }
                           }, "X11NativeRunloopThread");
       

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

              Created:
              Updated:
              Resolved:
              Imported: