Re: [9] Review request for 8064468 ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method

2014-11-11 Thread Petr Pchelko
Hello, Alexander. The fix looks fine to me. With best regards. Petr. > On Nov 11, 2014, at 6:27 PM, Alexander Scherbatiy > wrote: > > > Hello, > > Could you review the fix: > bug: https://bugs.openjdk.java.net/browse/JDK-8064468 > webrev: http://cr.openjdk.java.net/~alexsch/8064468/webrev

[9] Review request for 8064468 ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method

2014-11-11 Thread Alexander Scherbatiy
Hello, Could you review the fix: bug: https://bugs.openjdk.java.net/browse/JDK-8064468 webrev: http://cr.openjdk.java.net/~alexsch/8064468/webrev.00 The fix uses the copy of the owned windows list to avoid the synchronization issue. Thanks, Alexandr.