-
Bug
-
Resolution: Unresolved
-
P4
-
8
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.
user: Petr Pchelko <petr.pchelko@oracle.com>
date: Thu Aug 08 15:52:28 2013 +0400
summary:
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.