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

Removal of window list methods in Window renders embedded inoperable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8
    • javafx

      changeset: 4606:1d86b2b314e3
      user: Petr Pchelko <petr.pchelko@oracle.com>
      date: Thu Aug 08 15:52:28 2013 +0400
      summary: RT-31861: Examine commented-out thread checks in Glass

      removed

      < static private synchronized void add(Window window) {
      < Window.visibleWindows.add(window);
      < }
      <
      < static private synchronized void remove(Window window) {
      < Window.visibleWindows.remove(window);

      which are needed from native Lens code.

      As a fix to get linux-arm working again, I have pushed a rush fix that restores the methods and the synchronized keywords.

      I don't think that synchronized is needed here, but we have a external drop pending and would rather test this along with the thead check flag at the same time after the next intgeration period.

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

              Created:
              Updated:
              Imported: