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

Change Lens input queue to avoid upcalls

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P3 P3
    • 9
    • None
    • javafx

      The JNI upcall is expensive. For occasional "human" events like key events, this overhead is minimal. For a mouse drag or multi-touch drag, this additional overhead may be adding too much drag on our little boards.

      Talking with Bob V. and Roger R. who what been dabbling in the embedded space for a while, they each suggested we evaluate alternatives to the upcall to post an input event. Suggested:
         * a blocking down (java->native) call to get the next event
         * directly adding the event to a shared (native, java), and notify from native

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

              Created:
              Updated:
              Resolved:
              Imported: