Re: [9] Review request for 8066756: Test test/sun/awt/dnd/8024061/bug8024061.java fails

2014-12-08 Thread Alexander Zvegintsev
Hello Alexey, The fix looks good to me too. Thanks, Alexander. On 12/08/2014 01:48 PM, Alexander Scherbatiy wrote: The fix look good to me. Thanks, Alexandr. On 12/5/2014 12:42 PM, Alexey Ivanov wrote: Hello AWT team, Could you please request review the fix for the test failure:

Re: [9] Review Request: 6345095 regression test EmptyClipRenderingTest fails

2014-12-03 Thread Alexander Zvegintsev
Hello Sergey, the fix looks good to me. Thanks, Alexander. On 12/02/2014 05:34 PM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. - This test fails on osx because of rounded corners. Now it use undecorated frame. - On windows it fails, because sometimes the paint event was

Re: [9] Review Request: 8024626 CTW CRASH: SIGSEGV in ctw/jre/lib/rt_jar/preloading_1 and ctw/jre/lib/rt_jar/sun_awt_X11_ListHelper

2014-12-02 Thread Alexander Zvegintsev
Hello Sergey, the fix looks good to me. Thanks, Alexander. On 12/02/2014 05:16 PM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. The CTW test individually compiles each class (including the static initializer), and a crash occures during MotifDnDConstants initialization when

[9] Review reuest for 8036915: setLocationRelativeTo stopped working in Ubuntu 13.10 (Unity)

2014-11-24 Thread Alexander Zvegintsev
Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8036915/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8036915 The sample in JBS issue reusing one window with setLocationRelativeTo. This issues can be reproduced for a second and following re-appearance of the

Re: [9] Review Request: 8061315 [JFXPanel, Mac] need an ability to check if Clipboard has been changed from outside of Swing/AWT

2014-10-20 Thread Alexander Zvegintsev
Hi Anton, Override annotation is missing in CClipboard, otherwise the fix looks good to me. Thanks, Alexander. On 10/20/2014 01:38 PM, Anton V. Tarasov wrote: Hello, Please review a fix: https://bugs.openjdk.java.net/browse/JDK-8061315 http://cr.openjdk.java.net/~ant/JDK-8061315/webrev.0

Re: [9] Review Request: 7148531 [macosx] In test, the window does not have time to resize before make a screenshot

2014-10-14 Thread Alexander Zvegintsev
Hello Sergey, the fix looks good to me. Thanks, Alexander. On 10/14/2014 04:31 PM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. - Frame was changed to undecorated to solve a rounded corners(which was a main issue) + moved to the center of the screen. - waitForIdle() was ad

Re: [9] Review Request: 8058115 Some of MidiDeviceProviders do not follow the specification

2014-09-29 Thread Alexander Zvegintsev
The fix looks good to me. Thanks, Alexander. On 09/17/2014 09:45 PM, Sergey Bylokhov wrote: On 17.09.2014 21:28, Phil Race wrote: No real problems but I wonder why you made unsupportedDevice declare RuntimeException but actually throw IAE It is shorer, plus decrease the size of the classfile

Re: [PATCH] JDK-8058197: AWT fails on generic non-reparenting window managers

2014-09-29 Thread Alexander Zvegintsev
Hello Rohit, the fix looks good to me. We will be able to proceed after receiving a second review. (and after OCA Signatories List[1] update with your name in it). Thank you for your contribution to the OpenJDK project! [1] http://www.oracle.com/technetwork/community/oca-486395.html [2] https:

Re: [9] Review Request: 8041734 JFrame in full screen mode leaves empty workspace after close

2014-09-23 Thread Alexander Zvegintsev
Hi Sergey, the fix looks good to me too. Thanks, Alexander. On 09/22/2014 04:14 PM, Sergey Bylokhov wrote: On 22.09.2014 15:21, Alexander Scherbatiy wrote: The fix looks good to me. Is it possible to write an automated test for the fix? No, at least w/o using some non-public api. Tha

Re: [9] Review request for 8051857: OperationTimedOut exception inside from XToolkit.syncNativeQueue call

2014-09-23 Thread Alexander Zvegintsev
(). On 23.09.2014 15:48, Alexander Zvegintsev wrote: Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8051857/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8051857 We have XNextSecondaryLoopEvent() which blocks all events processing except of this specific

[9] Review request for 8051857: OperationTimedOut exception inside from XToolkit.syncNativeQueue call

2014-09-23 Thread Alexander Zvegintsev
Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8051857/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8051857 We have XNextSecondaryLoopEvent() which blocks all events processing except of this specific types: PropertyNotify, SelectionClear, SelectionNotify

Re: [9] Review Request: 8058858 JRE 8u20 crashes while using Japanese IM on Windows

2014-09-23 Thread Alexander Zvegintsev
Hello Sergey, the fix looks fine to me. Thanks, Alexander. On 09/22/2014 07:29 PM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. The problem is that we call DeleteLocalRef() on the cached global reference returned by JNU_ClassString(env). Bug: https://bugs.openjdk.java.ne

Re: [9] Review Request: 8055326 Fix typos in client-related packages

2014-09-15 Thread Alexander Zvegintsev
Hello Sergey, The fix looks good to me in general, but I have a few comments: It would be nice to add @Override annotation to java.awt.Window.adjustDescendantsOnParent() --- old/src/java.desktop/share/classes/java/awt/Component.java 2014-09-10 15:11:22.601342000 +0400 +++ new/src/java.deskt

Re: [9] Review Request: 8058136 Test api/java_awt/SplashScreen/index.html\#ClosedSplashScreenTests fails because of java.lang.IllegalStateException was not thrown

2014-09-12 Thread Alexander Zvegintsev
Hello Sergey, the fix looks good to me. Thanks, Alexander. On 09/12/2014 02:26 PM, Sergey Bylokhov wrote: Hello, Please review the fix for jdk 9. According to specification createGraphics() should throw IllegalStateException if the splash screen has already been closed. Bug: https://bugs.o

Re: [9] Review request for 6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true

2014-09-03 Thread Alexander Zvegintsev
Alex, Actually no action needed from your side, I've created a backport for jdk7 [1], and it looks like they already have a decision. [1] https://bugs.openjdk.java.net/browse/JDK-8057158 -- Thanks, Alexander. 03.09.2014 23:49, Alex Henrie wrote: 2014-09-03 7:50 GMT-06:00 Alex

Re: [9] Review request for 6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true

2014-09-03 Thread Alexander Zvegintsev
Hello Alex, Sure, your fix should be available in 8u40, as for 7u-dev it will be decided by sustaining team. BTW, there is no need to make patches by hand for porting from JDK 9 to JDK 8u [1]. [1] http://cr.openjdk.java.net/~chegar/docs/portingScript.html Thanks, Alexander. On 09/02/2014

Re: The path to flavormap.properties is currently broken in SystemFlavorMap

2014-09-02 Thread Alexander Zvegintsev
On Mon, Sep 1, 2014 at 9:12 PM, Alexander Zvegintsev wrote: Hello Ludovic, Your fix solves the issue, but flavormap.properties files movement is part of the JDK-8051449 fix [1] which was lost during the merge. Reason of this movement is mentioned in the JDK-8051449 review thread [2]: On 7/28/

Re: [9] Review request for JDK-8056211: JCK test api/java_awt/Event/InputMethodEvent/serial fails

2014-09-02 Thread Alexander Zvegintsev
Hello Alexey, the fix looks good to me too. Thanks, Alexander. On 09/02/2014 03:31 PM, Petr Pchelko wrote: Hello, Alexey. The fix looks good to me. With best regards. Petr. On Sep 2, 2014, at 3:09 PM, Alexey Ivanov wrote: Hello AWT team, This is a reminder, Is there any volunteer to r

Re: The path to flavormap.properties is currently broken in SystemFlavorMap

2014-09-01 Thread Alexander Zvegintsev
Hello Ludovic, Your fix solves the issue, but flavormap.properties files movement is part of the JDK-8051449 fix [1] which was lost during the merge. Reason of this movement is mentioned in the JDK-8051449 review thread [2]: On 7/28/14 3:35 PM, Petr Pchelko wrote: > ... > I've changed the pack

[9] Review request for 8055746 : plenty of clipboard/dnd tests fail and break X11

2014-09-01 Thread Alexander Zvegintsev
Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8055746/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8055746 This is a merge issue. JDK-8051449 [2] was pushed to jdk9/client before the source reorganization fix [1], [2] integration to jdk9/dev was after [1]

Re: [9] Review request for 8055664: move 14 tests about setLocationRelativeTo to jdk

2014-08-28 Thread Alexander Zvegintsev
Still looks good to me. -- Thanks, Alexander. On 08/28/2014 06:38 PM, Yuri Nesterenko wrote: Thank you Alexander! new version: http://cr.openjdk.java.net/~yan/8055664/webrev.01 -yan On 08/28/2014 05:59 PM, Alexander Zvegintsev wrote: Hello Yuri, IIUC, this test may fail on Ubuntu due to

Re: [9] Review request for 8055664: move 14 tests about setLocationRelativeTo to jdk

2014-08-28 Thread Alexander Zvegintsev
Hello Yuri, IIUC, this test may fail on Ubuntu due to JDK-8036915 [1]. the fix looks good to me in general, but I have some minor comments: 91 testEverything = false; // NB: change this to true to test everything I think this line can be removed and comment should be at line 41. As fo

Re: [9] Review request for 6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true

2014-08-27 Thread Alexander Zvegintsev
Hello Alex, You are welcome and I am glad to see your contribution to OpenJDK project. Your fix looks good to me, it resolves JDK-6624085 issue too, so let it be fixed under this bug ID. As I can see in jdk9-dev mailing list OCA has been signed by you, so no further action is required from you

Review request for 8051617: Fullscreen mode is not working properly on Xorg

2014-08-12 Thread Alexander Zvegintsev
Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8051617/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8051617 Our logic for detecting top level window may fail on some window managers. This fix passes this window directly. -- -- Thanks, Alexander.

Re: [9] Review Request: 8026497 Font2DTest demo: unused resource files

2014-08-01 Thread Alexander Zvegintsev
Hi Sergey, the fix looks good to me. -- Thanks, Alexander. On 08/01/2014 02:25 PM, Sergey Bylokhov wrote: Hello. Please review a small fix for jdk9. Unused property files were removed. Bug: https://bugs.openjdk.java.net/browse/JDK-8026497 Webrev can be found at: http://cr.openjdk.java.net/~s

Re: [9] Review Request: 8033141 Cleanup of sun.awt.X11 package

2014-07-28 Thread Alexander Zvegintsev
Hi Sergey, the fix looks good to me. Thanks, Alexander. On 07/28/2014 07:03 PM, Sergey Bylokhov wrote: Hello. Please review a small KSS fix. Bug: https://bugs.openjdk.java.net/browse/JDK-8033141 Webrev can be found at: http://cr.openjdk.java.net/~serb/8033141/webrev.00

Re: [9] Review Request: 8050852 Javadoc cleanup of javax.sound.midi package

2014-07-23 Thread Alexander Zvegintsev
Hi Sergey, here is the list where I've found trailing dots: midi/MidiDevice.java:338 midi/SysexMessage.java:127 midi/Synthesizer.java:347 sampled/LineEvent.java:85 sampled/AudioInputStream.java:395 Otherwise the fix looks good to me. Thanks, Alexander. On 07/23/2014 01:44 PM, Sergey Bylokh

Re: Review request for 8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK

2014-07-18 Thread Alexander Zvegintsev
Hi Alexander, On 07/16/2014 06:37 PM, Alexander Zvegintsev wrote: Hi Dmitriy, Correct me if I am wrong: jtreg keeps DISPLAY and strips many environment variables(e.g. DBUS_SESSION_BUS_ADDRESS). DBUS_SESSION_BUS_ADDRESS variable is needed for correct work of gconftool-2 and gsettings That

Re: [9] Review request for 8048289 Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash

2014-07-17 Thread Alexander Zvegintsev
I remember, we have a code, which closes this lib for the usual usage of gtk look and feel. Looks like we never call it, but if we call it it will cause the same crash? Can you investigate that? Thanks. On 7/16/14 8:56 PM, Alexander Zvegintsev wrote: Hello AWT team, please review the fix

[9] Review request for 8048289 Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash

2014-07-16 Thread Alexander Zvegintsev
Hello AWT team, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8048289/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8048289 UIManager.getSystemLookAndFeelClassName() calls UNIXToolkit.isNativeGTKAvailable() which loads gtk library, checks version, and closes libr

Re: Review request for 8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK

2014-07-16 Thread Alexander Zvegintsev
PM, Alexander Zvegintsev wrote: Hi Dmitriy, Correct me if I am wrong: jtreg keeps DISPLAY and strips many environment variables(e.g. DBUS_SESSION_BUS_ADDRESS). DBUS_SESSION_BUS_ADDRESS variable is needed for correct work of gconftool-2 and gsettings That's why we need pargs and /proc

Re: Review request for 8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK

2014-07-16 Thread Alexander Zvegintsev
Hi Dmitriy, Correct me if I am wrong: jtreg keeps DISPLAY and strips many environment variables(e.g. DBUS_SESSION_BUS_ADDRESS). DBUS_SESSION_BUS_ADDRESS variable is needed for correct work of gconftool-2 and gsettings That's why we need pargs and /proc/$PID/environ. But this test fails for me

Re: [9] Review Request: 8049998 [macosx] test java/awt/image/ImageIconHang.java fails with NPE

2014-07-11 Thread Alexander Zvegintsev
Hello Petr, the fix looks good. BTW since you are touching this file maybe we can fix a typo at :547 within this CR ( fileneame2x -> filename2x ) Thanks, Alexander. On 07/11/2014 03:50 PM, Petr Pchelko wrote: Hello, AWT Team. Please review a little fix for the issue: https://bugs.openjdk.

Re: [9] Review request for 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel

2014-07-07 Thread Alexander Zvegintsev
. Petr. On Jul 7, 2014, at 6:22 PM, Alexander Zvegintsev wrote: Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8049418/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8049418 The JDK-8041896 [1] fix consists of two part: actual fix in LWChoicePeer.java and

[9] Review request for 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel

2014-07-07 Thread Alexander Zvegintsev
Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8049418/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8049418 The JDK-8041896 [1] fix consists of two part: actual fix in LWChoicePeer.java and unrelated improvements in AquaComboBoxPopup.java. Changes in Aqua

Re: [9] Review Request: 8048265 AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert

2014-07-01 Thread Alexander Zvegintsev
Hi Sergey, the fix looks good to me. -- Thanks, Alexander. 01.07.2014 9:12, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. Bug was triggered by the change in JDK-8032435, when WingDings.java was changed to non-public class. This class is used in native, and looks like some of

Re: [9] Review request: 8040007 GtkFileDialog strips user inputted filepath

2014-06-09 Thread Alexander Zvegintsev
is a hack for use with "Recent Folders" in gtk where each 279 //file could have its own directory. I assume you've tested this case, and it still works fine, right? -- best regards, Anthony On 6/6/2014 8:00 PM, Alexander Zvegintsev wrote: Hello, please review the fix

[9] Review request: 8040007 GtkFileDialog strips user inputted filepath

2014-06-06 Thread Alexander Zvegintsev
Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8040007/00/ for the bug https://bugs.openjdk.java.net/browse/JDK-8040007 With this fix we don't use current folder from native GtkFileChooser anymore, now we build it by ourselves. [1] https://developer.gnome.org/gtk2/st

Re: [9] Review Request: 8039901 jdk/src/share/classes/com/sun/media/sound/services/ appear not to be used

2014-06-05 Thread Alexander Zvegintsev
Hello Sergey, the fix looks good to me. Thanks, Alexander. On 06/04/2014 06:10 PM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. The old sound configuration files were removed, its were used in the old (beatnik) sound engine in old build system. Bug: https://bugs.openjdk.j

Re: [9] Review Request: 8043979 Javadoc cleanup of javax.sound.sampled package

2014-06-04 Thread Alexander Zvegintsev
Hi Sergey, the fix looks good to me too. Thanks, Alexander. On 06/02/2014 01:15 PM, Sergey Bylokhov wrote: Hello. Please review another one javadoc "weekend cleanup" in jdk 9 in sound area: - @param, @return should not end with a dot, except a case when more than one sentences are used.

[9] Review request for 8031471: Test closed/java/awt/dnd/FileDialogDropTargetTest/FileDialogDropTargetTest.java fails on Solaris zones virtual hosts

2014-05-27 Thread Alexander Zvegintsev
Hello, please review the fix: http://cr.openjdk.java.net/~azvegint/jdk/9/8031471/00/ for https://bugs.openjdk.java.net/browse/JDK-8031471 This fix also fixes 7100524 [1] and 7054476 [2] as well. This issue is related to the X error handling code: when we setting a synthetic error handler with

[9] Review request: 8041896 Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException

2014-05-12 Thread Alexander Zvegintsev
Hello AWT team, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8041896/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8041896 This test failure is a regression of the JDK-7159566 fix. We trying to call getLocation

Re: [9] Review request: 8042752 [macosx] NSEvent instances leak throw JNI local references

2014-05-08 Thread Alexander Zvegintsev
Hello, Petr, the fix looks fine to me. -- Thanks, Alexander. On 05/08/2014 05:57 PM, Petr Pchelko wrote: Hello, AWT Team. Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8042752 The fix is available at: http://cr.openjdk.java.net/~pchelko/9/8042752/webrev/ The p

Re: [9] Review Request: 8042219 [macosx] LWComponentPeer should not reference classes from sun.lwawt.macosx

2014-05-07 Thread Alexander Zvegintsev
Hello, Petr, the fix look good to me too. Thanks, Alexander. On 05/07/2014 05:12 PM, Sergey Bylokhov wrote: Hi, Petr. The fix looks good. On 07.05.2014 13:53, Petr Pchelko wrote: Hello, Sergey. Please see the updated webrev here: http://cr.openjdk.java.net/~pchelko/9/8042219/webrev.01/

Re: RFR(XS): 8042416: X11GraphicsEnvironment.isDisplayLocal() throws NoSuchElementException if DISPLAY host has more IP addresses than a local interface

2014-05-07 Thread Alexander Zvegintsev
Hi Volker, the fix looks fine to me. P.S. I noticed that there is no cast in the webrev itself, but the patch[1] under jdk.changeset link has it. [1] http://cr.openjdk.java.net/~simonis/webrevs/8042416/jdk.changeset Thanks, Alexander. On 05/05/2014 10:07 PM, Volker Simonis wrote: Hi, co

Re: [9] Review Request: JDK-8042585 [macosx] Unused code in LWCToolkit.m

2014-05-07 Thread Alexander Zvegintsev
Hello, Petr, the fix looks fine to me. Thanks, Alexander. On 05/07/2014 02:08 PM, Petr Pchelko wrote: Hello, AWT Team. Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8042585 The fix is available at: http://cr.openjdk.java.net/~pchelko/9/8042585/webrev/ This co

Re: [7u60] Review Request: JDK-8036861 Application can't be loaded fine, the save dialog can't show up.

2014-05-07 Thread Alexander Zvegintsev
Hello, Petr, the fix looks good to me as well. Thanks, Alexander. On 05/07/2014 01:15 AM, Sergey Bylokhov wrote: Hi, Petr. The fix looks good. On 06.05.2014 19:00, Petr Pchelko wrote: Hello, AWT Team. Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8036861 The

Re: [9] Review Request: 8036917 [macosx] Native memory leaks.

2014-04-30 Thread Alexander Zvegintsev
Hello, Petr, the fix looks good to me. Thanks, Alexander. On 04/30/2014 01:04 PM, Petr Pchelko wrote: Hello, It's a reminder about this review. With best regards. Petr. On 21.04.2014, at 16:34, Petr Pchelko wrote: Hello, AWT Team. Please review the fix for the issue: https://bugs.openj

Re: [9] Review Request: 8026252 [macosx] Change AWT_DEBUG_BUG_REPORT_MESSAGE for macosx platform

2014-04-18 Thread Alexander Zvegintsev
Hello Sergey, the fix looks good to me. -- Thanks, Alexander. On 04/18/2014 03:48 PM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. The link was changed from http://java.net/jira/browse/MACOSX_PORT to http://bugreport.java.com/bugreport Also additional "\t" was added to "Coco

Re: [9] Review Request: 8039567 Duplicated code in DataTransferer

2014-04-18 Thread Alexander Zvegintsev
review on this. With best regards. Petr. On 09.04.2014, at 18:57, Alexander Zvegintsev wrote: Hi Petr, the fix looks good to me. Thanks, Alexander. On 04/09/2014 06:27 PM, Petr Pchelko wrote: Hello AWT team. Please review a simple cleanup fix for the issue: https://bugs.openjdk.java.net

Re: [9] Review Request: 8035169 Move ThreadGroupUtils from the sun.misc package

2014-04-17 Thread Alexander Zvegintsev
Still looks good to me. -- Thanks, Alexander. 17.04.2014 19:51, Sergey Bylokhov wrote: Hi, Petr. The fix looks good. On 4/17/14 3:34 PM, Petr Pchelko wrote: Hello, Sergey. Thank you for the review. Fixed: http://cr.openjdk.java.net/~pchelko/9/8035169/webrev.01/ With best regards. Petr. On

Re: [9] Review Request: 8035169 Move ThreadGroupUtils from the sun.misc package

2014-04-17 Thread Alexander Zvegintsev
Hello Petr, the fix looks fine to me. -- Thanks, Alexander. On 04/16/2014 06:42 PM, Petr Pchelko wrote: Hello, AWT Team. Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8035169 The fix is available at: http://cr.openjdk.java.net/~pchelko/9/8035169/webrev/ The Th

Re: [9] Review Request: 8039926 -spash: can't be combined with -xStartOnFirstThread since JDK 7

2014-04-17 Thread Alexander Zvegintsev
Hello Petr, the fix looks fine to me. -- Thanks, Alexander. On 04/17/2014 12:38 PM, Petr Pchelko wrote: Hello, Could I get a second review on this. With best regards. Petr. On 11.04.2014, at 15:41, Anthony Petrov wrote: Sounds good. Thanks. -- best regards, Anthony On 4/11/2014 3:39 PM

Re: [9] Review Request: 7124365 [macosx] setMaximizedBounds() should be implemented

2014-04-15 Thread Alexander Zvegintsev
Hello Petr, #1: I noticed that a window doesn't move on setExtendedState(Frame.MAXIMIZED_BOTH) if a window already have the same size as provided to setMaximizedBounds(). Another case: we successfully maximized a window, its window state is MAXIMIZED_BOTH, we moved a window, its window state

Re: [9] Review Request: 8039567 Duplicated code in DataTransferer

2014-04-09 Thread Alexander Zvegintsev
Hi Petr, the fix looks good to me. Thanks, Alexander. On 04/09/2014 06:27 PM, Petr Pchelko wrote: Hello AWT team. Please review a simple cleanup fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8039567 The fix is available here: http://cr.openjdk.java.net/~pchelko/9/8039567/webrev

Re: [9] Review Request: 8039752 Regression: Clipboard couldn't be used on linux

2014-04-09 Thread Alexander Zvegintsev
Hi Petr, the fix looks fine to me too. Thanks, Alexander. On 04/09/2014 05:43 PM, Petr Pchelko wrote: Hello, AWT Team. Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8039752 The fix is available at: http://cr.openjdk.java.net/~pchelko/9/8039752/webrev/ I've re

Re: [9] Review Request: JDK-6690000 Typo's in DataFlavor Javadoc

2014-04-07 Thread Alexander Zvegintsev
Hello Petr, the fix looks good to me. Thanks, Alexander. On 04/07/2014 05:13 PM, Petr Pchelko wrote: Hello, AWT Team. Please review the fix for the javadoc typos: https://bugs.openjdk.java.net/browse/JDK-669 The fix is here: http://cr.openjdk.java.net/~pchelko/9/669/webrev.00/ With

Re: Review request for JDK-8038631: Create wrapper for awt.Robot with additional functionality

2014-04-07 Thread Alexander Zvegintsev
Hello Dmitriy, this version looks good to me. Thanks, Alexander. On 04/04/2014 11:32 PM, Petr Pchelko wrote: Hello, Dmitry. This version looks great. With best regards. Petr. 04 апр. 2014 г., в 8:16 после полудня, Dmitriy Ermashov написал(а): Hi, Please, review the changeset for: https

Re: [9] Review request : 6788138 leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?

2014-04-04 Thread Alexander Zvegintsev
Hello AWT team, Could I get a second review? Thanks, Alexander. On 03/25/2014 08:07 PM, Sergey Bylokhov wrote: On 3/21/14 3:10 PM, Alexander Zvegintsev wrote: Hi Sergey, Updated: http://cr.openjdk.java.net/~azvegint/jdk/9/6788138/01/ - This two line was added by the dm, in the fix for

Re: Review request for JDK-8038631: Create wrapper for awt.Robot with additional functionality

2014-04-04 Thread Alexander Zvegintsev
Hello Dmitry, there is no need to use string array with doPrivileged: String tempDelay = AccessController.doPrivileged(new PrivilegedAction() { public Void run() { return System.getProperty("java.awt.robotdelay"); } }); Moreover, there

Re: [9] Review Request: 8039267 Test closed/java/awt/Choice/ChoiceLocationTest/ChoiceLocationTest.html should be removed

2014-04-04 Thread Alexander Zvegintsev
Hello Petr, the fix looks good to me. Thanks, Alexander. On 04/04/2014 04:55 PM, Petr Pchelko wrote: Hello, AWT Team. Please review a simple fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8039267 The fix is available here: http://cr.openjdk.java.net/~pchelko/9/8039267/webrev/ A

Re: [9] Review Request: 8039083 REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux

2014-04-03 Thread Alexander Zvegintsev
Hello Petr, the fix looks good to me. -- Thanks, Alexander. On 04/03/2014 03:23 PM, Petr Pchelko wrote: Hello, Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8039083 The fix is available at: http://cr.openjdk.java.net/~pchelko/9/8039083/webrev/ When I’ve been m

Re: Review request for JDK-8038631: Create wrapper for awt.Robot with additional functionality

2014-03-31 Thread Alexander Zvegintsev
Hello Dmitriy, Could you please update the copyright year to 2014? No new webrev is needed for such small change. Otherwise, the fix looks good to me as well. -- Thanks, Alexander. On 03/31/2014 04:29 PM, Petr Pchelko wrote: Hello, Dmirty. The new version of the fix looks good to me. With b

Re: [9] Review Request: JDK-8032595 [macosx] setResizable(false) makes a frame slide down

2014-03-26 Thread Alexander Zvegintsev
Hello Petr, the fix looks good to me. Thanks, Alexander. On 03/24/2014 05:59 PM, Petr Pchelko wrote: Hello, AWT Team. Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8032595 The fix is available at: http://cr.openjdk.java.net/~pchelko/9/8032595/webrev/

Re: [9] Review request : 8031422 [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7

2014-03-25 Thread Alexander Zvegintsev
Hello, Konstantin, the fix looks good to me too. Thanks, Alexander. On 03/25/2014 05:14 PM, Petr Pchelko wrote: Hello, Konstantin. The fix looks good to me. With best regards. Petr. On 25.03.2014, at 17:05, Konstantin Shefov mailto:konstantin.she...@oracle.com>> wrote: Hello AWT team,

Re: [9] Review Request: JDK-8038106 PIT: access problem to a PrinterJob on OS X

2014-03-21 Thread Alexander Zvegintsev
Hi Petr, The fix looks good to me as well. -- Thanks, Alexander. 21.03.2014 18:28, Petr Pchelko wrote: Hello, AWT Team. Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8038106 The fix is available here: http://cr.openjdk.java.net/~pchelko/9/8038106/webrev/

Re: [9] Review request : 6788138 leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?

2014-03-21 Thread Alexander Zvegintsev
w notes. - documentation of this method is wrong.(copypaste from XFree) - This two line was added by the dm, in the fix for "Fixed size problem in getStringBytes" in 2003. Note that the storage has "length +1" size. Why? On 3/21/14 2:27 PM, Alexander Zvegintsev wrote:

Re: [9] Review request : 8022531 [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog.

2014-03-21 Thread Alexander Zvegintsev
Hi Konstantin, the fix looks good to me too. Thanks, Alexander. On 03/21/2014 02:44 PM, Konstantin Shefov wrote: Thanks for the review, look at the fix http://cr.openjdk.java.net/~kshefov/8022531/webrev.01/ -Konstantin On 21.03.2014 14:46, Petr Pchelko wrote: Hello, Konstanting. After som

[9] Review request : 6788138 leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?

2014-03-21 Thread Alexander Zvegintsev
Hello AWT team, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/6788138/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-6788138 Currently we use this function to get Window Manager name from native only. It happens only once at startup, hence this leak is not noticea

[9] Review request: JDK-8030100 java.awt.Desktop: Enable check for supported URI schemes on Linux

2014-03-21 Thread Alexander Zvegintsev
Hello AWT team, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8030100/00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8030100 64-bit linux usually does not have a full set of 32-bit gnome and gtk libraries installed, so it fails to open URIs like http:// , mailto:

Re: [9] Review Request: 7124255 [macosx] java.awt.List: method select(int) doesn't work before be visible

2014-03-18 Thread Alexander Zvegintsev
Hi Sergey, the fix looks good to me too. -- Thanks, Alexander. 19.03.2014 0:07, Petr Pchelko wrote: Hello, Sergey. The fix looks good to me. With best regards. Petr. 19 марта 2014 г., в 12:03 до полудня, Sergey Bylokhov написал(а): Hello. Please review the fix for jdk 9. Actual bug was

Re: [9] Review Request: 8028050: Typo correction needed s/Classlaoder/Classloader/

2014-03-17 Thread Alexander Zvegintsev
Hi Sergey, the fix looks fine to me. Thanks, Alexander. On 03/17/2014 01:04 PM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. - typo fixed - small cleanup Bug: https://bugs.openjdk.java.net/browse/JDK-8028050 Webrev can be found at: http://cr.openjdk.java.net/~serb/802805

Re: [9] Review request for 8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell

2014-03-07 Thread Alexander Zvegintsev
Hi Anthony, Sure, it fails to deiconify unfocusable frame before the fix and works after applying this patch. Thanks, Alexander. On 03/07/2014 01:14 AM, Anthony Petrov wrote: On 3/6/2014 6:36 PM, Alexander Zvegintsev wrote: On 03/05/2014 08:18 PM, Anthony Petrov wrote: 1. What does this

Re: [9] Review request for 8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell

2014-03-07 Thread Alexander Zvegintsev
Hi Sergey, I've checked OEL 6, Solaris 10/11 and all works as expected. Thanks, Alexander. On 03/06/2014 07:51 PM, Sergey Bylokhov wrote: Hi, Alexander. The fix looks good. But can you check that it works properly on solaris. Thanks! On 3/5/14 7:45 PM, Alexander Zvegintsev wrote: Hell

Re: [9] Review request for 8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell

2014-03-06 Thread Alexander Zvegintsev
p://cr.openjdk.java.net/~azvegint/jdk/9/8012224/01/ Thanks, Alexander. -- best regards, Anthony On 3/5/2014 7:45 PM, Alexander Zvegintsev wrote: Hello AWT team, please review fix http://cr.openjdk.java.net/~azvegint/jdk/9/8012224/00/ for https://bugs.openjdk.java.net/browse/JDK-8012224 X FAQ

[9] Review request for 8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell

2014-03-05 Thread Alexander Zvegintsev
Hello AWT team, please review fix http://cr.openjdk.java.net/~azvegint/jdk/9/8012224/00/ for https://bugs.openjdk.java.net/browse/JDK-8012224 X FAQ[1] says: Subject: 141) How do I deiconify a window? To de-iconify a window, map it with XMapWindow(). To iconify a window, use XIconifyWindow().

Re: [9] Review request 6383434: Frame.setMaximumSize() doesn't work

2014-03-05 Thread Alexander Zvegintsev
clarifications. The fix looks good to me. I assume it’s a pre review before filing the CCC request.. With best regards. Petr. 23 янв. 2014 г., в 11:14 после полудня, Alexander Zvegintsev написал(а): This case is legalized in javadoc: src/share/classes/java/awt/Window.java: 878 * If the

Re: [9] Review Request: JDK-8035147 [macosx] Drag and Drop tests are failing with -Xchech:jni

2014-02-18 Thread Alexander Zvegintsev
Hi Petr, the fix looks good to me. Thanks, Alexander. On 02/18/2014 01:47 PM, Petr Pchelko wrote: Hello, AWT team. Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8035147 The fix is available at: http://cr.openjdk.java.net/~pchelko/9/8035147/webrev.00/ The prob

Re: [9] Review request for JDK-8017472 [macosx] Transparency demo is not correctly dragged on the second monitor

2014-02-10 Thread Alexander Zvegintsev
setVisible(). - The native system can change the size of the frame after setVisble(); On 10.02.2014 12:26, Alexander Zvegintsev wrote: Hello AWT team, please review fix http://cr.openjdk.java.net/~azvegint/jdk/9/8017472/00/ for https://bugs.openjdk.java.net/browse/JDK-8017472 Another issue was closed

[9] Review request for JDK-8017472 [macosx] Transparency demo is not correctly dragged on the second monitor

2014-02-10 Thread Alexander Zvegintsev
Hello AWT team, please review fix http://cr.openjdk.java.net/~azvegint/jdk/9/8017472/00/ for https://bugs.openjdk.java.net/browse/JDK-8017472 Another issue was closed as a duplicate of this one, but it has a better self-explaining title: MouseEvent has wrong coordinates when using multiple mon

Re: [9] Review request for 8020443: Frame is not created on the specified GraphicsDevice with two monitors

2014-02-06 Thread Alexander Zvegintsev
start_y, right_end_y, top_start_x, top_end_x, bottom_start_x of _NET_WM_STRUT_PARTIAL I agree with you, but if we are talking about: left, right, top, bottom which is the case, I don't, and treat my comments as correct. Thanks, Oleg On 02/06/2014 02:34 PM, Alexander Zvegintsev wrote: Hi Oleg, I am

Re: [9] Review request for 8020443: Frame is not created on the specified GraphicsDevice with two monitors

2014-02-06 Thread Alexander Zvegintsev
sted on Ubuntu 12.04, Solaris 11 and Oracle Linux 6.4. Thanks, Oleg On 02/04/2014 07:50 PM, Alexander Zvegintsev wrote: Oleg, please see inline On 02/04/2014 05:00 PM, Oleg Pekhovskiy wrote: Hi Alexander, thank you for the review! 1. The problem is that I didn't find that root window ALWAYS

Re: [9] Review request for 8020443: Frame is not created on the specified GraphicsDevice with two monitors

2014-02-04 Thread Alexander Zvegintsev
nds.height / 4 || insets.bottom >= bounds.height / 4) { Thanks, Alexander. Usually insets are much less than dimensions of a screen and so strut minus screen edge should be less than summary dimension of neighbor screens. Please, correct me if I'm wrong. Thanks, Oleg 04.02

Re: [9] Review request for 8020443: Frame is not created on the specified GraphicsDevice with two monitors

2014-02-04 Thread Alexander Zvegintsev
Hi Oleg, I am just curious about adding rootBounds.x and rootBounds.y, it looks redundant to me. Is there a case when a root window have coordinates with non-zero values? MultiScreenInsetsTest.java: 62 if ((bounds.x != 0 && insets.left >= bounds.x) 63 || (bou

Re: [9] Review request for 8013116: Robot moves mouse to point which differs from set in mouseMove on Unity shell

2014-01-29 Thread Alexander Zvegintsev
Hi, Oleg, The fix looks good to me as well. Thanks, Alexander. On 01/29/2014 05:19 PM, Sergey Bylokhov wrote: Hi, Oleg. The fix looks good. On 29.01.2014 17:03, Oleg Pekhovskiy wrote: Hi Team, please review the next version of fix: http://cr.openjdk.java.net/~bagiras/8013116.3 Javadoc cha

Re: [9] Review request 6383434: Frame.setMaximumSize() doesn't work

2014-01-23 Thread Alexander Zvegintsev
o fit the maximum size immediately. Hmm… Should it be legal to set the MaximumSize < MinimumSize? What should take precedence in this case? Quite a weird situation.. With best regards. Petr. 23 янв. 2014 г., в 7:59 после полудня, Alexander Zvegintsev написал(а): Hi Petr, please see in-line

Re: [9] Review request 6383434: Frame.setMaximumSize() doesn't work

2014-01-23 Thread Alexander Zvegintsev
г., в 6:55 после полудня, Alexander Zvegintsev написал(а): Hello AWT team, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/6464548/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-6464548 Reopen https://bugs.openjdk.java.net/browse/JDK-6464551 XAWT: Frame.setMaxim

[9] Review request 6383434: Frame.setMaximumSize() doesn't work

2014-01-23 Thread Alexander Zvegintsev
Hello AWT team, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/6464548/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-6464548 Reopen https://bugs.openjdk.java.net/browse/JDK-6464551 XAWT: Frame.setMaximizedBounds restricts resizing setMinimumSize() for java.awt.Window

Re: [9] Review request for JDK-7011513: GTK FileDialog modality issues

2014-01-20 Thread Alexander Zvegintsev
32 PM, Sergey Bylokhov wrote: Hi, Alexander. The fix looks good. On 10.01.2014 15:25, Alexander Zvegintsev wrote: Hello AWT team, Please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/7011513/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-7011513 Currently a Gtk file chooser d

Re: [9] Review Request: 7157680 XAWT: Native components should not paint native part on UPDATE event.

2014-01-17 Thread Alexander Zvegintsev
Hi Sergey, The fix looks good, but please update year in copyright headers. Thanks, Alexander. On 01/17/2014 03:54 PM, Sergey Bylokhov wrote: Hello. New jdk 9 review request for 7157680: This fix is for xawt, the same bug was already fixed in lwawt JDK-7125657. According of http://www.orac

[9] Review request for JDK-7011513: GTK FileDialog modality issues

2014-01-10 Thread Alexander Zvegintsev
Hello AWT team, Please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/7011513/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-7011513 Currently a Gtk file chooser dialog window can be obscured by its owner window, this happens because we do not specify a parent window for obv

Re: [9] Review Request: 8027561 [macosx] Cleanup "may not respond to selector" warnings in native code

2013-12-26 Thread Alexander Zvegintsev
Hi Petr, the fix looks good to me too. Thanks, Alexander. On 12/26/2013 01:35 PM, Petr Pchelko wrote: Hello, Sergey. The fix looks good. Please update the date in header in awtview h/m before the push. Sure. Thank you for the review. With best regards. Petr. On 26.12.2013, at 13:30, Ser

Re: [9] Review Request: 8030987 sun_awt_X11_GtkFileDialogPeer.h can be removed

2013-12-25 Thread Alexander Zvegintsev
Hi Sergey, this fix look fine to me. -- Thanks, Alexander. 25.12.2013 22:20, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. - sun_awt_X11_GtkFileDialogPeer.h was removed, because it is created during the build of jdk. - sun_awt_X11_GtkFileDialogPeer.c added copyright header

Re: [9] Review Request: 8030953 SelectionVisible test should test multiline selection in case of TextArea

2013-12-23 Thread Alexander Zvegintsev
Hi Sergey, looks good to me too Thanks, Alexander. On 12/23/2013 04:02 PM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 8. The test for TextArea was copied from the version of TextField(JDK-7150100), but TextArea supports multiline selection it would be good to test it to inc

[9] setMaximumSize() and setMaximizedBounds()

2013-12-19 Thread Alexander Zvegintsev
Hello AWT team, I am currently looking at JDK-6464548 issue[1], and as you can see in javadoc[2] we have only setMinimumSize() implemented in java.awt.Window and setMaximumSize() is not implemented. So my question is about how setMaximumSize() (and setMinimumSize()) should interfere with set

Re: [8] Review request for JDK-8029263, , The user's default browser can not launch after we click the button, and there is an IOException shown in the log txt (java.io.IOException)

2013-12-13 Thread Alexander Zvegintsev
ctually is requested/needs to be investigated. -- best regards, Anthony On 12/13/2013 02:16 PM, Alexander Zvegintsev wrote: Hi Anthony, the updated webrev is here: http://cr.openjdk.java.net/~azvegint/jdk/8/8029263/webrev.01/ I also removed a redundant null check in XDesktopPeer.isSupported() The new

Re: [8] Review request for JDK-8029263, , The user's default browser can not launch after we click the button, and there is an IOException shown in the log txt (java.io.IOException)

2013-12-13 Thread Alexander Zvegintsev
ccess such URIs. -- best regards, Anthony On 12/13/2013 01:32 AM, Alexander Zvegintsev wrote: Hi Anthony, Please see inline 13.12.2013 0:30, Anthony Petrov wrote: Hi Alexander, 1. Please add your evaluation to the bug report. 2. In gtk2_interface.c: can we declare the i variable somewhere close

Re: [8] Review request for JDK-8029263, , The user's default browser can not launch after we click the button, and there is an IOException shown in the log txt (java.io.IOException)

2013-12-12 Thread Alexander Zvegintsev
scribes. -- Thanks, Alexander. -- best regards, Anthony On 12/12/2013 09:03 PM, Alexander Zvegintsev wrote: Hello AWT team, Please review fix http://cr.openjdk.java.net/~azvegint/jdk/8/8029263/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8029263 This issue can be observed on Solaris 11 (sp

[8] Review request for JDK-8029263, , The user's default browser can not launch after we click the button, and there is an IOException shown in the log txt (java.io.IOException)

2013-12-12 Thread Alexander Zvegintsev
Hello AWT team, Please review fix http://cr.openjdk.java.net/~azvegint/jdk/8/8029263/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8029263 This issue can be observed on Solaris 11 (sparcv9 or x86_64). gtk_show_uri() documentation[1] says: The uri must be of a form understood by GIO (i

Re: [8] Review request for JDK-8029923 Many Swing tests and SwingSet2 are failing under Solaris using GTK LaF - "Unable to load native GTK libraries"

2013-12-12 Thread Alexander Zvegintsev
best regards, Anthony On 12/11/2013 08:31 PM, Alexander Zvegintsev wrote: Hello, AWT Team. Please review the fix http://cr.openjdk.java.net/~azvegint/jdk/8/8029923/webrev.00/ for the issue https://bugs.openjdk.java.net/browse/JDK-8029923 Solaris 10 have glib 2.4.1 installed by default and glib_check

<    1   2   3   4   5   >