Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8104949 Poor Performance for Typical Apps
  3. JDK-8105592

Remove guard against spurious bounds change notifications from FXNode

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P2 P2
    • fx1.0
    • None
    • javafx
    • None

      I had previously added guards in FXNode against spurious bounds change notifications so that we didn't send those spurious changes on to FX. In some cases this is what you want, in others it is counterproductive because to implement this I had to recompute bounds. This meant lots of recomputed bounds when not strictly necessary. Rather, we should remove these guards and instead fix the real problems of spurious changes at their source. Other bugs in this bug group address these other issues.

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

              Created:
              Updated:
              Resolved:
              Imported: